Submit dbedgerules change for preload elimination 09/13609/3
authorLin, Jerry (jl319x) <jl319x@att.com>
Tue, 19 Sep 2017 21:36:03 +0000 (17:36 -0400)
committerVenkata Harish K Kajur <vk250x@att.com>
Tue, 19 Sep 2017 21:57:47 +0000 (17:57 -0400)
Issue-ID: AAI-338

Change-Id: If446c9b71eaae0e22a7472f4f05b5ca21714fcde
Signed-off-by: Lin, Jerry (jl319x) <jl319x@att.com>
aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json
aai-schema/src/main/resources/aai_schema/aai_schema_v11.xsd
aai-schema/src/main/resources/aai_swagger_html/aai_swagger_v11.html
aai-schema/src/main/resources/aai_swagger_yaml/aai_swagger_v11.yaml
aai-schema/src/main/resources/oxm/aai_oxm_v11.xml

index d98c6a0..7bcb1ac 100644 (file)
                        "SVC-INFRA": "NONE",
                        "prevent-delete": "NONE"
                },
+               {
+                       "from": "cloud-region",
+                       "to": "vip-ipv4-address-list",
+                       "label": "hasIpAddress",
+                       "direction": "OUT",
+                       "multiplicity": "One2Many",
+                       "contains-other-v": "${direction}",
+                       "delete-other-v": "NONE",
+                       "SVC-INFRA": "${direction}",
+                       "prevent-delete": "NONE"
+               },
+               {
+                       "from": "cloud-region",
+                       "to": "vip-ipv6-address-list",
+                       "label": "hasIpAddress",
+                       "direction": "OUT",
+                       "multiplicity": "One2Many",
+                       "contains-other-v": "${direction}",
+                       "delete-other-v": "NONE",
+                       "SVC-INFRA": "${direction}",
+                       "prevent-delete": "NONE"
+               },
+               {
+                       "from": "vip-ipv4-address-list",
+                       "to": "instance-group",
+                       "label": "isMemberOf",
+                       "direction": "OUT",
+                       "multiplicity": "Many2Many",
+                       "contains-other-v": "NONE",
+                       "delete-other-v": "NONE",
+                       "SVC-INFRA": "NONE",
+                       "prevent-delete": "NONE"
+               },
+               {
+                       "from": "vip-ipv6-address-list",
+                       "to": "instance-group",
+                       "label": "isMemberOf",
+                       "direction": "OUT",
+                       "multiplicity": "Many2Many",
+                       "contains-other-v": "NONE",
+                       "delete-other-v": "NONE",
+                       "SVC-INFRA": "NONE",
+                       "prevent-delete": "NONE"
+               },
+               {
+                       "from": "vip-ipv4-address-list",
+                       "to": "subnet",
+                       "label": "isMemberOf",
+                       "direction": "OUT",
+                       "multiplicity": "Many2Many",
+                       "contains-other-v": "NONE",
+                       "delete-other-v": "NONE",
+                       "SVC-INFRA": "${direction}",
+                       "prevent-delete": "!${direction}"
+               },
+               {
+                       "from": "vip-ipv6-address-list",
+                       "to": "subnet",
+                       "label": "isMemberOf",
+                       "direction": "OUT",
+                       "multiplicity": "Many2Many",
+                       "contains-other-v": "NONE",
+                       "delete-other-v": "NONE",
+                       "SVC-INFRA": "${direction}",
+                       "prevent-delete": "!${direction}"
+               },
                {
                        "from": "l3-interface-ipv4-address-list",
                        "to": "vnfc",
index 2d22cbb..aa7dd9f 100644 (file)
@@ -746,7 +746,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
     <xs:complexType>
       <xs:annotation>
         <xs:appinfo>
-          <annox:annotate target="class">@org.openecomp.aai.annotations.Metadata(description="IPv6 Address Range",indexedProps="l3-interface-ipv6-address,vlan-id-inner,neutron-network-id,neutron-subnet-id",dependentOn="vlan,l-interface")</annox:annotate>
+          <annox:annotate target="class">@org.openecomp.aai.annotations.Metadata(description="IPv6 Address Range",indexedProps="l3-interface-ipv6-address,vlan-id-inner,neutron-network-id,neutron-subnet-id",dependentOn="vlan,l-interface,vnfc")</annox:annotate>
         </xs:appinfo>
       </xs:annotation>
       <xs:sequence>
@@ -1883,6 +1883,142 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
       </xs:sequence>
     </xs:complexType>
   </xs:element>
+  <xs:element name="vip-ipv4-address-list">
+    <xs:complexType>
+      <xs:annotation>
+        <xs:appinfo>
+          <annox:annotate target="class">@org.openecomp.aai.annotations.Metadata(description="IPv4 Address Range",indexedProps="vip-ipv4-address,vlan-id-inner,neutron-network-id,neutron-subnet-id",dependentOn="cloud-region")</annox:annotate>
+        </xs:appinfo>
+      </xs:annotation>
+      <xs:sequence>
+        <xs:element name="vip-ipv4-address" type="xs:string">
+          <xs:annotation>
+            <xs:appinfo>
+              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(isKey=true,description="IP address")</annox:annotate>
+            </xs:appinfo>
+          </xs:annotation>
+        </xs:element>
+        <xs:element name="vip-ipv4-prefix-length" type="xs:unsignedInt" minOccurs="0">
+          <xs:annotation>
+            <xs:appinfo>
+              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(description="Prefix length, 32 for single address")</annox:annotate>
+            </xs:appinfo>
+          </xs:annotation>
+        </xs:element>
+        <xs:element name="vlan-id-inner" type="xs:unsignedInt" minOccurs="0">
+          <xs:annotation>
+            <xs:appinfo>
+              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(description="Inner VLAN tag")</annox:annotate>
+            </xs:appinfo>
+          </xs:annotation>
+        </xs:element>
+        <xs:element name="vlan-id-outer" type="xs:unsignedInt" minOccurs="0">
+          <xs:annotation>
+            <xs:appinfo>
+              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(description="Outer VLAN tag")</annox:annotate>
+            </xs:appinfo>
+          </xs:annotation>
+        </xs:element>
+        <xs:element name="is-floating" type="xs:boolean" minOccurs="0">
+          <xs:annotation>
+            <xs:appinfo>
+              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(description="Indicator of fixed or floating address")</annox:annotate>
+            </xs:appinfo>
+          </xs:annotation>
+        </xs:element>
+        <xs:element name="resource-version" type="xs:string" minOccurs="0">
+          <xs:annotation>
+            <xs:appinfo>
+              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
+            </xs:appinfo>
+          </xs:annotation>
+        </xs:element>
+        <xs:element name="neutron-network-id" type="xs:string" minOccurs="0">
+          <xs:annotation>
+            <xs:appinfo>
+              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(description="Neutron network id of the interface that address belongs to")</annox:annotate>
+            </xs:appinfo>
+          </xs:annotation>
+        </xs:element>
+        <xs:element name="neutron-subnet-id" type="xs:string" minOccurs="0">
+          <xs:annotation>
+            <xs:appinfo>
+              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(description="Neutron id of subnet that address belongs to")</annox:annotate>
+            </xs:appinfo>
+          </xs:annotation>
+        </xs:element>
+        <xs:element ref="tns:relationship-list" minOccurs="0"/>
+      </xs:sequence>
+    </xs:complexType>
+  </xs:element>
+  <xs:element name="vip-ipv6-address-list">
+    <xs:complexType>
+      <xs:annotation>
+        <xs:appinfo>
+          <annox:annotate target="class">@org.openecomp.aai.annotations.Metadata(description="IPv6 Address Range",indexedProps="vip-ipv6-address,vlan-id-inner,neutron-network-id,neutron-subnet-id",dependentOn="cloud-region")</annox:annotate>
+        </xs:appinfo>
+      </xs:annotation>
+      <xs:sequence>
+        <xs:element name="vip-ipv6-address" type="xs:string">
+          <xs:annotation>
+            <xs:appinfo>
+              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(isKey=true,description="IP address")</annox:annotate>
+            </xs:appinfo>
+          </xs:annotation>
+        </xs:element>
+        <xs:element name="vip-ipv6-prefix-length" type="xs:unsignedInt" minOccurs="0">
+          <xs:annotation>
+            <xs:appinfo>
+              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(description="Prefix length, 128 for single address")</annox:annotate>
+            </xs:appinfo>
+          </xs:annotation>
+        </xs:element>
+        <xs:element name="vlan-id-inner" type="xs:unsignedInt" minOccurs="0">
+          <xs:annotation>
+            <xs:appinfo>
+              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(description="Inner VLAN tag")</annox:annotate>
+            </xs:appinfo>
+          </xs:annotation>
+        </xs:element>
+        <xs:element name="vlan-id-outer" type="xs:unsignedInt" minOccurs="0">
+          <xs:annotation>
+            <xs:appinfo>
+              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(description="Outer VLAN tag")</annox:annotate>
+            </xs:appinfo>
+          </xs:annotation>
+        </xs:element>
+        <xs:element name="is-floating" type="xs:boolean" minOccurs="0">
+          <xs:annotation>
+            <xs:appinfo>
+              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(description="Indicator of fixed or floating address")</annox:annotate>
+            </xs:appinfo>
+          </xs:annotation>
+        </xs:element>
+        <xs:element name="resource-version" type="xs:string" minOccurs="0">
+          <xs:annotation>
+            <xs:appinfo>
+              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
+            </xs:appinfo>
+          </xs:annotation>
+        </xs:element>
+        <xs:element name="neutron-network-id" type="xs:string" minOccurs="0">
+          <xs:annotation>
+            <xs:appinfo>
+              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(description="Neutron network id of the interface that address belongs to")</annox:annotate>
+            </xs:appinfo>
+          </xs:annotation>
+        </xs:element>
+        <xs:element name="neutron-subnet-id" type="xs:string" minOccurs="0">
+          <xs:annotation>
+            <xs:appinfo>
+              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(description="Neutron id of subnet that address belongs to")</annox:annotate>
+            </xs:appinfo>
+          </xs:annotation>
+        </xs:element>
+        <xs:element ref="tns:relationship-list" minOccurs="0"/>
+      </xs:sequence>
+    </xs:complexType>
+  </xs:element>
   <xs:element name="cloud-region">
     <xs:complexType>
       <xs:annotation>
@@ -1986,6 +2122,8 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
         <xs:element ref="tns:availability-zones" minOccurs="0"/>
         <xs:element ref="tns:relationship-list" minOccurs="0"/>
         <xs:element ref="tns:esr-system-info-list" minOccurs="0"/>
+        <xs:element ref="tns:vip-ipv4-address-list" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="tns:vip-ipv6-address-list" minOccurs="0" maxOccurs="unbounded"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>
@@ -6976,142 +7114,6 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
       </xs:sequence>
     </xs:complexType>
   </xs:element>
-  <xs:element name="vip-ipv4-address-list">
-    <xs:complexType>
-      <xs:annotation>
-        <xs:appinfo>
-          <annox:annotate target="class">@org.openecomp.aai.annotations.Metadata(description="IPv4 Address Range",indexedProps="vip-ipv4-address,vlan-id-inner,neutron-network-id,neutron-subnet-id")</annox:annotate>
-        </xs:appinfo>
-      </xs:annotation>
-      <xs:sequence>
-        <xs:element name="vip-ipv4-address" type="xs:string">
-          <xs:annotation>
-            <xs:appinfo>
-              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(isKey=true,description="IP address")</annox:annotate>
-            </xs:appinfo>
-          </xs:annotation>
-        </xs:element>
-        <xs:element name="vip-ipv4-prefix-length" type="xs:unsignedInt" minOccurs="0">
-          <xs:annotation>
-            <xs:appinfo>
-              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(description="Prefix length, 32 for single address")</annox:annotate>
-            </xs:appinfo>
-          </xs:annotation>
-        </xs:element>
-        <xs:element name="vlan-id-inner" type="xs:unsignedInt" minOccurs="0">
-          <xs:annotation>
-            <xs:appinfo>
-              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(description="Inner VLAN tag")</annox:annotate>
-            </xs:appinfo>
-          </xs:annotation>
-        </xs:element>
-        <xs:element name="vlan-id-outer" type="xs:unsignedInt" minOccurs="0">
-          <xs:annotation>
-            <xs:appinfo>
-              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(description="Outer VLAN tag")</annox:annotate>
-            </xs:appinfo>
-          </xs:annotation>
-        </xs:element>
-        <xs:element name="is-floating" type="xs:boolean" minOccurs="0">
-          <xs:annotation>
-            <xs:appinfo>
-              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(description="Indicator of fixed or floating address")</annox:annotate>
-            </xs:appinfo>
-          </xs:annotation>
-        </xs:element>
-        <xs:element name="resource-version" type="xs:string" minOccurs="0">
-          <xs:annotation>
-            <xs:appinfo>
-              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
-            </xs:appinfo>
-          </xs:annotation>
-        </xs:element>
-        <xs:element name="neutron-network-id" type="xs:string" minOccurs="0">
-          <xs:annotation>
-            <xs:appinfo>
-              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(description="Neutron network id of the interface that address belongs to")</annox:annotate>
-            </xs:appinfo>
-          </xs:annotation>
-        </xs:element>
-        <xs:element name="neutron-subnet-id" type="xs:string" minOccurs="0">
-          <xs:annotation>
-            <xs:appinfo>
-              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(description="Neutron id of subnet that address belongs to")</annox:annotate>
-            </xs:appinfo>
-          </xs:annotation>
-        </xs:element>
-        <xs:element ref="tns:relationship-list" minOccurs="0"/>
-      </xs:sequence>
-    </xs:complexType>
-  </xs:element>
-  <xs:element name="vip-ipv6-address-list">
-    <xs:complexType>
-      <xs:annotation>
-        <xs:appinfo>
-          <annox:annotate target="class">@org.openecomp.aai.annotations.Metadata(description="IPv6 Address Range",indexedProps="vip-ipv6-address,vlan-id-inner,neutron-network-id,neutron-subnet-id")</annox:annotate>
-        </xs:appinfo>
-      </xs:annotation>
-      <xs:sequence>
-        <xs:element name="vip-ipv6-address" type="xs:string">
-          <xs:annotation>
-            <xs:appinfo>
-              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(isKey=true,description="IP address")</annox:annotate>
-            </xs:appinfo>
-          </xs:annotation>
-        </xs:element>
-        <xs:element name="vip-ipv6-prefix-length" type="xs:unsignedInt" minOccurs="0">
-          <xs:annotation>
-            <xs:appinfo>
-              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(description="Prefix length, 128 for single address")</annox:annotate>
-            </xs:appinfo>
-          </xs:annotation>
-        </xs:element>
-        <xs:element name="vlan-id-inner" type="xs:unsignedInt" minOccurs="0">
-          <xs:annotation>
-            <xs:appinfo>
-              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(description="Inner VLAN tag")</annox:annotate>
-            </xs:appinfo>
-          </xs:annotation>
-        </xs:element>
-        <xs:element name="vlan-id-outer" type="xs:unsignedInt" minOccurs="0">
-          <xs:annotation>
-            <xs:appinfo>
-              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(description="Outer VLAN tag")</annox:annotate>
-            </xs:appinfo>
-          </xs:annotation>
-        </xs:element>
-        <xs:element name="is-floating" type="xs:boolean" minOccurs="0">
-          <xs:annotation>
-            <xs:appinfo>
-              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(description="Indicator of fixed or floating address")</annox:annotate>
-            </xs:appinfo>
-          </xs:annotation>
-        </xs:element>
-        <xs:element name="resource-version" type="xs:string" minOccurs="0">
-          <xs:annotation>
-            <xs:appinfo>
-              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
-            </xs:appinfo>
-          </xs:annotation>
-        </xs:element>
-        <xs:element name="neutron-network-id" type="xs:string" minOccurs="0">
-          <xs:annotation>
-            <xs:appinfo>
-              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(description="Neutron network id of the interface that address belongs to")</annox:annotate>
-            </xs:appinfo>
-          </xs:annotation>
-        </xs:element>
-        <xs:element name="neutron-subnet-id" type="xs:string" minOccurs="0">
-          <xs:annotation>
-            <xs:appinfo>
-              <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(description="Neutron id of subnet that address belongs to")</annox:annotate>
-            </xs:appinfo>
-          </xs:annotation>
-        </xs:element>
-        <xs:element ref="tns:relationship-list" minOccurs="0"/>
-      </xs:sequence>
-    </xs:complexType>
-  </xs:element>
   <xs:element name="network">
     <xs:complexType>
       <xs:annotation>
@@ -7138,8 +7140,6 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
         <xs:element ref="tns:route-table-references" minOccurs="0"/>
         <xs:element ref="tns:instance-groups" minOccurs="0"/>
         <xs:element ref="tns:zones" minOccurs="0"/>
-        <xs:element ref="tns:vip-ipv4-address-list" minOccurs="0"/>
-        <xs:element ref="tns:vip-ipv6-address-list" minOccurs="0"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>
index dc95e4b..869ad93 100644 (file)
@@ -617,6 +617,56 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                     <tr>
                         <td><a href="#operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--tenants-tenant--tenant-id--vservers-vserver--vserver-id--volumes-volume--volume-id--relationship-list-relationship-delete">DELETE /cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}/volumes/volume/{volume-id}/relationship-list/relationship</a></td>
                         <td><p>delete an existing relationship</p>
+        </td>
+                    </tr>
+                    <tr>
+                        <td><a href="#operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--vip-ipv4-address-list--vip-ipv4-address--get">GET /cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv4-address-list/{vip-ipv4-address}</a></td>
+                        <td><p>returns vip-ipv4-address-list</p>
+        </td>
+                    </tr>
+                    <tr>
+                        <td><a href="#operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--vip-ipv4-address-list--vip-ipv4-address--put">PUT /cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv4-address-list/{vip-ipv4-address}</a></td>
+                        <td><p>create or update an existing vip-ipv4-address-list</p>
+        </td>
+                    </tr>
+                    <tr>
+                        <td><a href="#operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--vip-ipv4-address-list--vip-ipv4-address--delete">DELETE /cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv4-address-list/{vip-ipv4-address}</a></td>
+                        <td><p>delete an existing vip-ipv4-address-list</p>
+        </td>
+                    </tr>
+                    <tr>
+                        <td><a href="#operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--vip-ipv4-address-list--vip-ipv4-address--relationship-list-relationship-put">PUT /cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv4-address-list/{vip-ipv4-address}/relationship-list/relationship</a></td>
+                        <td><p>see node definition for valid relationships</p>
+        </td>
+                    </tr>
+                    <tr>
+                        <td><a href="#operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--vip-ipv4-address-list--vip-ipv4-address--relationship-list-relationship-delete">DELETE /cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv4-address-list/{vip-ipv4-address}/relationship-list/relationship</a></td>
+                        <td><p>delete an existing relationship</p>
+        </td>
+                    </tr>
+                    <tr>
+                        <td><a href="#operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--vip-ipv6-address-list--vip-ipv6-address--get">GET /cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv6-address-list/{vip-ipv6-address}</a></td>
+                        <td><p>returns vip-ipv6-address-list</p>
+        </td>
+                    </tr>
+                    <tr>
+                        <td><a href="#operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--vip-ipv6-address-list--vip-ipv6-address--put">PUT /cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv6-address-list/{vip-ipv6-address}</a></td>
+                        <td><p>create or update an existing vip-ipv6-address-list</p>
+        </td>
+                    </tr>
+                    <tr>
+                        <td><a href="#operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--vip-ipv6-address-list--vip-ipv6-address--delete">DELETE /cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv6-address-list/{vip-ipv6-address}</a></td>
+                        <td><p>delete an existing vip-ipv6-address-list</p>
+        </td>
+                    </tr>
+                    <tr>
+                        <td><a href="#operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--vip-ipv6-address-list--vip-ipv6-address--relationship-list-relationship-put">PUT /cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv6-address-list/{vip-ipv6-address}/relationship-list/relationship</a></td>
+                        <td><p>see node definition for valid relationships</p>
+        </td>
+                    </tr>
+                    <tr>
+                        <td><a href="#operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--vip-ipv6-address-list--vip-ipv6-address--relationship-list-relationship-delete">DELETE /cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv6-address-list/{vip-ipv6-address}/relationship-list/relationship</a></td>
+                        <td><p>delete an existing relationship</p>
         </td>
                     </tr>
                     <tr>
@@ -4173,56 +4223,6 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                     <tr>
                         <td><a href="#operation--network-vces-vce--vnf-id--relationship-list-relationship-delete">DELETE /network/vces/vce/{vnf-id}/relationship-list/relationship</a></td>
                         <td><p>delete an existing relationship</p>
-        </td>
-                    </tr>
-                    <tr>
-                        <td><a href="#operation--network-vip-ipv4-address-list--vip-ipv4-address--get">GET /network/vip-ipv4-address-list/{vip-ipv4-address}</a></td>
-                        <td><p>returns vip-ipv4-address-list</p>
-        </td>
-                    </tr>
-                    <tr>
-                        <td><a href="#operation--network-vip-ipv4-address-list--vip-ipv4-address--put">PUT /network/vip-ipv4-address-list/{vip-ipv4-address}</a></td>
-                        <td><p>create or update an existing vip-ipv4-address-list</p>
-        </td>
-                    </tr>
-                    <tr>
-                        <td><a href="#operation--network-vip-ipv4-address-list--vip-ipv4-address--delete">DELETE /network/vip-ipv4-address-list/{vip-ipv4-address}</a></td>
-                        <td><p>delete an existing vip-ipv4-address-list</p>
-        </td>
-                    </tr>
-                    <tr>
-                        <td><a href="#operation--network-vip-ipv4-address-list--vip-ipv4-address--relationship-list-relationship-put">PUT /network/vip-ipv4-address-list/{vip-ipv4-address}/relationship-list/relationship</a></td>
-                        <td><p>see node definition for valid relationships</p>
-        </td>
-                    </tr>
-                    <tr>
-                        <td><a href="#operation--network-vip-ipv4-address-list--vip-ipv4-address--relationship-list-relationship-delete">DELETE /network/vip-ipv4-address-list/{vip-ipv4-address}/relationship-list/relationship</a></td>
-                        <td><p>delete an existing relationship</p>
-        </td>
-                    </tr>
-                    <tr>
-                        <td><a href="#operation--network-vip-ipv6-address-list--vip-ipv6-address--get">GET /network/vip-ipv6-address-list/{vip-ipv6-address}</a></td>
-                        <td><p>returns vip-ipv6-address-list</p>
-        </td>
-                    </tr>
-                    <tr>
-                        <td><a href="#operation--network-vip-ipv6-address-list--vip-ipv6-address--put">PUT /network/vip-ipv6-address-list/{vip-ipv6-address}</a></td>
-                        <td><p>create or update an existing vip-ipv6-address-list</p>
-        </td>
-                    </tr>
-                    <tr>
-                        <td><a href="#operation--network-vip-ipv6-address-list--vip-ipv6-address--delete">DELETE /network/vip-ipv6-address-list/{vip-ipv6-address}</a></td>
-                        <td><p>delete an existing vip-ipv6-address-list</p>
-        </td>
-                    </tr>
-                    <tr>
-                        <td><a href="#operation--network-vip-ipv6-address-list--vip-ipv6-address--relationship-list-relationship-put">PUT /network/vip-ipv6-address-list/{vip-ipv6-address}/relationship-list/relationship</a></td>
-                        <td><p>see node definition for valid relationships</p>
-        </td>
-                    </tr>
-                    <tr>
-                        <td><a href="#operation--network-vip-ipv6-address-list--vip-ipv6-address--relationship-list-relationship-delete">DELETE /network/vip-ipv6-address-list/{vip-ipv6-address}/relationship-list/relationship</a></td>
-                        <td><p>delete an existing relationship</p>
         </td>
                     </tr>
                     <tr>
@@ -32866,158 +32866,17 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                 </div>
             </div>    
         
-        <span id="path--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--volume-groups-"></span>
-            <div id="operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--volume-groups-get" class="swagger--panel-operation-get panel">
+        <span id="path--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--vip-ipv4-address-list--vip-ipv4-address--"></span>
+            <div id="operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--vip-ipv4-address-list--vip-ipv4-address--get" class="swagger--panel-operation-get panel">
                 <div class="panel-heading">
-                    <div class="operation-summary">returns volume-groups</div>
-                    <h3 class="panel-title"><span class="operation-name">GET</span> <strong>/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/volume-groups</strong></h3>
-                        Tags:
-                            <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
-                </div>
-                <div class="panel-body">
-                    <section class="sw-operation-description">
-                        <p>returns volume-groups</p>
-            
-                    </section>
-                        <section class="sw-request-params">
-                            <table class="table">
-                                <thead>
-                                <tr>
-                                    <th class="sw-param-name"></th>
-                                    <th class="sw-param-description"></th>
-                                    <th class="sw-param-type"></th>
-                                    <th class="sw-param-data-type"></th>
-                                    <th class="sw-param-annotation"></th>
-                                </tr>
-                                </thead>
-                                <tbody>
-                                        <tr>
-                                            <td>
-                                                cloud-owner
-                                            </td>
-                                            <td>
-                                               <p>Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname</p>
-                                        </td>
-                                            <td>path</td>
-                                            <td>
-                                               <span class="json-property-type">string</span>
-                                        <span class="json-property-range" title="Value limits"></span>
-                                            </td>
-                                            <td>
-                                                    <span class="json-property-required"></span>
-                                            </td>
-                                        </tr>
-                                        <tr>
-                                            <td>
-                                                cloud-region-id
-                                            </td>
-                                            <td>
-                                               <p>Identifier used by the vendor for the region. Second part of composite key</p>
-                                        </td>
-                                            <td>path</td>
-                                            <td>
-                                               <span class="json-property-type">string</span>
-                                        <span class="json-property-range" title="Value limits"></span>
-                                            </td>
-                                            <td>
-                                                    <span class="json-property-required"></span>
-                                            </td>
-                                        </tr>
-                                        <tr>
-                                            <td>
-                                                cloud-type
-                                            </td>
-                                            <td>
-                                               <p>Type of the cloud (e.g., openstack)</p>
-                                        </td>
-                                            <td>query</td>
-                                            <td>
-                                               <span class="json-property-type">string</span>
-                                        <span class="json-property-range" title="Value limits"></span>
-                                            </td>
-                                            <td>
-                                            </td>
-                                        </tr>
-                                        <tr>
-                                            <td>
-                                                owner-defined-type
-                                            </td>
-                                            <td>
-                                               <p>Cloud-owner defined type indicator (e.g., dcp, lcp)</p>
-                                        </td>
-                                            <td>query</td>
-                                            <td>
-                                               <span class="json-property-type">string</span>
-                                        <span class="json-property-range" title="Value limits"></span>
-                                            </td>
-                                            <td>
-                                            </td>
-                                        </tr>
-                                </tbody>
-                            </table>
-                        </section>
-
-                        <section class="sw-responses">
-                                <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
-                    </p>
-                    
-                            <dl>
-                                    <dt class="sw-response-200">
-                                        200 OK
-                                    
-                                    </dt>
-                                    <dd class="sw-response-200">
-                                            <div class="row">
-                                                <div class="col-md-12">
-                                                    <p>successful operation</p>
-                                            
-                                                </div>
-                                            </div>
-                                            <div class="row">
-
-                                                <div class="col-md-6 sw-response-model">
-                                                <div  class="panel panel-definition">
-
-                                                    <div class="panel-body">
-                                                        <a class="json-schema-ref" href="#/definitions/volume-groups">/volume-groups</a>
-                                                    </div>
-                                                </div>
-                                                </div>
-
-                                            </div>                </dd>
-                                <dt class="sw-response-default">
-                                        default 
-                                    
-                                    </dt>
-                                    <dd class="sw-response-default">
-                                            <div class="row">
-                                                <div class="col-md-12">
-                                                    <p>Response codes found in <a href="https://wiki.onap.org/">response codes</a>.</p>
-                                            
-                                                </div>
-                                            </div>
-                                            <div class="row">
-                                                
-                                                <div class="col-md-6 sw-response-model">
-                                            </div>
-                                            
-                                            </div>                </dd>
-                            </dl>
-                        </section>
-                </div>
-            </div>    
-        
-        <span id="path--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--volume-groups-volume-group--volume-group-id--"></span>
-            <div id="operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--volume-groups-volume-group--volume-group-id--get" class="swagger--panel-operation-get panel">
-                <div class="panel-heading">
-                    <div class="operation-summary">returns volume-group</div>
-                    <h3 class="panel-title"><span class="operation-name">GET</span> <strong>/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/volume-groups/volume-group/{volume-group-id}</strong></h3>
+                    <div class="operation-summary">returns vip-ipv4-address-list</div>
+                    <h3 class="panel-title"><span class="operation-name">GET</span> <strong>/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv4-address-list/{vip-ipv4-address}</strong></h3>
                         Tags:
                             <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
                 </div>
                 <div class="panel-body">
                     <section class="sw-operation-description">
-                        <p>returns volume-group</p>
+                        <p>returns vip-ipv4-address-list</p>
             
                     </section>
                         <section class="sw-request-params">
@@ -33066,10 +32925,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                         </tr>
                                         <tr>
                                             <td>
-                                                volume-group-id
+                                                vip-ipv4-address
                                             </td>
                                             <td>
-                                               <p>Unique ID of volume-group.</p>
+                                               <p>IP address</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -33112,14 +32971,14 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                         </tr>
                                         <tr>
                                             <td>
-                                                volume-group-name
+                                                vlan-id-inner
                                             </td>
                                             <td>
-                                               <p>Name of the volume group.</p>
+                                               <p>Inner VLAN tag</p>
                                         </td>
                                             <td>query</td>
                                             <td>
-                                               <span class="json-property-type">string</span>
+                                               <span class="json-property-type">integer</span>
                                         <span class="json-property-range" title="Value limits"></span>
                                             </td>
                                             <td>
@@ -33127,10 +32986,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                         </tr>
                                         <tr>
                                             <td>
-                                                heat-stack-id
+                                                neutron-network-id
                                             </td>
                                             <td>
-                                               <p>Heat stack id corresponding to this volume-group</p>
+                                               <p>Neutron network id of the interface that address belongs to</p>
                                         </td>
                                             <td>query</td>
                                             <td>
@@ -33142,10 +33001,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                         </tr>
                                         <tr>
                                             <td>
-                                                vnf-type
+                                                neutron-subnet-id
                                             </td>
                                             <td>
-                                               <p>String capturing type of vnf, that was intended to identify the ASDC resource.  This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.</p>
+                                               <p>Neutron id of subnet that address belongs to</p>
                                         </td>
                                             <td>query</td>
                                             <td>
@@ -33181,7 +33040,7 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                                 <div  class="panel panel-definition">
 
                                                     <div class="panel-body">
-                                                        <a class="json-schema-ref" href="#/definitions/volume-group">/volume-group</a>
+                                                        <a class="json-schema-ref" href="#/definitions/vip-ipv4-address-list">/vip-ipv4-address-list</a>
                                                     </div>
                                                 </div>
                                                 </div>
@@ -33209,17 +33068,17 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                 </div>
             </div>    
         
-        <span id="path--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--volume-groups-volume-group--volume-group-id--"></span>
-            <div id="operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--volume-groups-volume-group--volume-group-id--put" class="swagger--panel-operation-put panel">
+        <span id="path--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--vip-ipv4-address-list--vip-ipv4-address--"></span>
+            <div id="operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--vip-ipv4-address-list--vip-ipv4-address--put" class="swagger--panel-operation-put panel">
                 <div class="panel-heading">
-                    <div class="operation-summary">create or update an existing volume-group</div>
-                    <h3 class="panel-title"><span class="operation-name">PUT</span> <strong>/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/volume-groups/volume-group/{volume-group-id}</strong></h3>
+                    <div class="operation-summary">create or update an existing vip-ipv4-address-list</div>
+                    <h3 class="panel-title"><span class="operation-name">PUT</span> <strong>/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv4-address-list/{vip-ipv4-address}</strong></h3>
                         Tags:
                             <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
                 </div>
                 <div class="panel-body">
                     <section class="sw-operation-description">
-                        <p>create or update an existing volume-group</p>
+                        <p>create or update an existing vip-ipv4-address-list</p>
             
                     </section>
                        <section class="sw-request-body">
@@ -33228,13 +33087,13 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                         </p>
                                                <div class="row">
                                             <div class="col-md-6">
-                                                <p><p>volume-group object that needs to be created or updated</p>
+                                                <p><p>vip-ipv4-address-list object that needs to be created or updated</p>
                         </p>
                                             </div>
                                             <div class="col-md-6 sw-request-model">
                             <div  class="panel panel-definition">
                                 <div class="panel-body">
-                                            <a class="json-schema-ref" href="#/definitions/volume-group">/volume-group</a>
+                                            <a class="json-schema-ref" href="#/definitions/vip-ipv4-address-list">/vip-ipv4-address-list</a>
                                 </div>
                             </div></div>
                                         </div>
@@ -33285,10 +33144,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                         </tr>
                                         <tr>
                                             <td>
-                                                volume-group-id
+                                                vip-ipv4-address
                                             </td>
                                             <td>
-                                               <p>Unique ID of volume-group.</p>
+                                               <p>IP address</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -33330,17 +33189,17 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                 </div>
             </div>    
         
-        <span id="path--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--volume-groups-volume-group--volume-group-id--"></span>
-            <div id="operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--volume-groups-volume-group--volume-group-id--delete" class="swagger--panel-operation-delete panel">
+        <span id="path--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--vip-ipv4-address-list--vip-ipv4-address--"></span>
+            <div id="operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--vip-ipv4-address-list--vip-ipv4-address--delete" class="swagger--panel-operation-delete panel">
                 <div class="panel-heading">
-                    <div class="operation-summary">delete an existing volume-group</div>
-                    <h3 class="panel-title"><span class="operation-name">DELETE</span> <strong>/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/volume-groups/volume-group/{volume-group-id}</strong></h3>
+                    <div class="operation-summary">delete an existing vip-ipv4-address-list</div>
+                    <h3 class="panel-title"><span class="operation-name">DELETE</span> <strong>/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv4-address-list/{vip-ipv4-address}</strong></h3>
                         Tags:
                             <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
                 </div>
                 <div class="panel-body">
                     <section class="sw-operation-description">
-                        <p>delete an existing volume-group</p>
+                        <p>delete an existing vip-ipv4-address-list</p>
             
                     </section>
                        <section class="sw-request-body">
@@ -33394,10 +33253,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                         </tr>
                                         <tr>
                                             <td>
-                                                volume-group-id
+                                                vip-ipv4-address
                                             </td>
                                             <td>
-                                               <p>Unique ID of volume-group.</p>
+                                               <p>IP address</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -33455,11 +33314,11 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                 </div>
             </div>    
         
-        <span id="path--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--volume-groups-volume-group--volume-group-id--relationship-list-relationship-"></span>
-            <div id="operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--volume-groups-volume-group--volume-group-id--relationship-list-relationship-put" class="swagger--panel-operation-put panel">
+        <span id="path--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--vip-ipv4-address-list--vip-ipv4-address--relationship-list-relationship-"></span>
+            <div id="operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--vip-ipv4-address-list--vip-ipv4-address--relationship-list-relationship-put" class="swagger--panel-operation-put panel">
                 <div class="panel-heading">
                     <div class="operation-summary">see node definition for valid relationships</div>
-                    <h3 class="panel-title"><span class="operation-name">PUT</span> <strong>/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/volume-groups/volume-group/{volume-group-id}/relationship-list/relationship</strong></h3>
+                    <h3 class="panel-title"><span class="operation-name">PUT</span> <strong>/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv4-address-list/{vip-ipv4-address}/relationship-list/relationship</strong></h3>
                         Tags:
                             <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
                 </div>
@@ -33531,10 +33390,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                         </tr>
                                         <tr>
                                             <td>
-                                                volume-group-id
+                                                vip-ipv4-address
                                             </td>
                                             <td>
-                                               <p>Unique ID of volume-group.</p>
+                                               <p>IP address</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -33576,11 +33435,11 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                 </div>
             </div>    
         
-        <span id="path--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--volume-groups-volume-group--volume-group-id--relationship-list-relationship-"></span>
-            <div id="operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--volume-groups-volume-group--volume-group-id--relationship-list-relationship-delete" class="swagger--panel-operation-delete panel">
+        <span id="path--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--vip-ipv4-address-list--vip-ipv4-address--relationship-list-relationship-"></span>
+            <div id="operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--vip-ipv4-address-list--vip-ipv4-address--relationship-list-relationship-delete" class="swagger--panel-operation-delete panel">
                 <div class="panel-heading">
                     <div class="operation-summary">delete an existing relationship</div>
-                    <h3 class="panel-title"><span class="operation-name">DELETE</span> <strong>/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/volume-groups/volume-group/{volume-group-id}/relationship-list/relationship</strong></h3>
+                    <h3 class="panel-title"><span class="operation-name">DELETE</span> <strong>/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv4-address-list/{vip-ipv4-address}/relationship-list/relationship</strong></h3>
                         Tags:
                             <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
                 </div>
@@ -33640,10 +33499,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                         </tr>
                                         <tr>
                                             <td>
-                                                volume-group-id
+                                                vip-ipv4-address
                                             </td>
                                             <td>
-                                               <p>Unique ID of volume-group.</p>
+                                               <p>IP address</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -33685,81 +33544,17 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                 </div>
             </div>    
         
-        <span id="path--cloud-infrastructure-complexes-"></span>
-            <div id="operation--cloud-infrastructure-complexes-get" class="swagger--panel-operation-get panel">
+        <span id="path--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--vip-ipv6-address-list--vip-ipv6-address--"></span>
+            <div id="operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--vip-ipv6-address-list--vip-ipv6-address--get" class="swagger--panel-operation-get panel">
                 <div class="panel-heading">
-                    <div class="operation-summary">returns complexes</div>
-                    <h3 class="panel-title"><span class="operation-name">GET</span> <strong>/cloud-infrastructure/complexes</strong></h3>
-                        Tags:
-                            <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
-                </div>
-                <div class="panel-body">
-                    <section class="sw-operation-description">
-                        <p>returns complexes</p>
-            
-                    </section>
-
-                        <section class="sw-responses">
-                                <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
-                    </p>
-                    
-                            <dl>
-                                    <dt class="sw-response-200">
-                                        200 OK
-                                    
-                                    </dt>
-                                    <dd class="sw-response-200">
-                                            <div class="row">
-                                                <div class="col-md-12">
-                                                    <p>successful operation</p>
-                                            
-                                                </div>
-                                            </div>
-                                            <div class="row">
-
-                                                <div class="col-md-6 sw-response-model">
-                                                <div  class="panel panel-definition">
-
-                                                    <div class="panel-body">
-                                                        <a class="json-schema-ref" href="#/definitions/complexes">/complexes</a>
-                                                    </div>
-                                                </div>
-                                                </div>
-
-                                            </div>                </dd>
-                                <dt class="sw-response-default">
-                                        default 
-                                    
-                                    </dt>
-                                    <dd class="sw-response-default">
-                                            <div class="row">
-                                                <div class="col-md-12">
-                                                    <p>Response codes found in <a href="https://wiki.onap.org/">response codes</a>.</p>
-                                            
-                                                </div>
-                                            </div>
-                                            <div class="row">
-                                                
-                                                <div class="col-md-6 sw-response-model">
-                                            </div>
-                                            
-                                            </div>                </dd>
-                            </dl>
-                        </section>
-                </div>
-            </div>    
-        
-        <span id="path--cloud-infrastructure-complexes-complex--physical-location-id--"></span>
-            <div id="operation--cloud-infrastructure-complexes-complex--physical-location-id--get" class="swagger--panel-operation-get panel">
-                <div class="panel-heading">
-                    <div class="operation-summary">returns complex</div>
-                    <h3 class="panel-title"><span class="operation-name">GET</span> <strong>/cloud-infrastructure/complexes/complex/{physical-location-id}</strong></h3>
+                    <div class="operation-summary">returns vip-ipv6-address-list</div>
+                    <h3 class="panel-title"><span class="operation-name">GET</span> <strong>/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv6-address-list/{vip-ipv6-address}</strong></h3>
                         Tags:
                             <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
                 </div>
                 <div class="panel-body">
                     <section class="sw-operation-description">
-                        <p>returns complex</p>
+                        <p>returns vip-ipv6-address-list</p>
             
                     </section>
                         <section class="sw-request-params">
@@ -33776,10 +33571,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                 <tbody>
                                         <tr>
                                             <td>
-                                                physical-location-id
+                                                cloud-owner
                                             </td>
                                             <td>
-                                               <p>Unique identifier for physical location, e.g., CLLI</p>
+                                               <p>Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -33792,10 +33587,42 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                         </tr>
                                         <tr>
                                             <td>
-                                                data-center-code
+                                                cloud-region-id
                                             </td>
                                             <td>
-                                               <p>Data center code which can be an alternate way to identify a complex</p>
+                                               <p>Identifier used by the vendor for the region. Second part of composite key</p>
+                                        </td>
+                                            <td>path</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                                    <span class="json-property-required"></span>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                vip-ipv6-address
+                                            </td>
+                                            <td>
+                                               <p>IP address</p>
+                                        </td>
+                                            <td>path</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                                    <span class="json-property-required"></span>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                cloud-type
+                                            </td>
+                                            <td>
+                                               <p>Type of the cloud (e.g., openstack)</p>
                                         </td>
                                             <td>query</td>
                                             <td>
@@ -33807,10 +33634,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                         </tr>
                                         <tr>
                                             <td>
-                                                complex-name
+                                                owner-defined-type
                                             </td>
                                             <td>
-                                               <p>Gamma complex name for LCP instance.</p>
+                                               <p>Cloud-owner defined type indicator (e.g., dcp, lcp)</p>
                                         </td>
                                             <td>query</td>
                                             <td>
@@ -33822,10 +33649,40 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                         </tr>
                                         <tr>
                                             <td>
-                                                identity-url
+                                                vlan-id-inner
                                             </td>
                                             <td>
-                                               <p>URL of the keystone identity service</p>
+                                               <p>Inner VLAN tag</p>
+                                        </td>
+                                            <td>query</td>
+                                            <td>
+                                               <span class="json-property-type">integer</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                neutron-network-id
+                                            </td>
+                                            <td>
+                                               <p>Neutron network id of the interface that address belongs to</p>
+                                        </td>
+                                            <td>query</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                neutron-subnet-id
+                                            </td>
+                                            <td>
+                                               <p>Neutron id of subnet that address belongs to</p>
                                         </td>
                                             <td>query</td>
                                             <td>
@@ -33861,7 +33718,7 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                                 <div  class="panel panel-definition">
 
                                                     <div class="panel-body">
-                                                        <a class="json-schema-ref" href="#/definitions/complex">/complex</a>
+                                                        <a class="json-schema-ref" href="#/definitions/vip-ipv6-address-list">/vip-ipv6-address-list</a>
                                                     </div>
                                                 </div>
                                                 </div>
@@ -33889,17 +33746,17 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                 </div>
             </div>    
         
-        <span id="path--cloud-infrastructure-complexes-complex--physical-location-id--"></span>
-            <div id="operation--cloud-infrastructure-complexes-complex--physical-location-id--put" class="swagger--panel-operation-put panel">
+        <span id="path--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--vip-ipv6-address-list--vip-ipv6-address--"></span>
+            <div id="operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--vip-ipv6-address-list--vip-ipv6-address--put" class="swagger--panel-operation-put panel">
                 <div class="panel-heading">
-                    <div class="operation-summary">create or update an existing complex</div>
-                    <h3 class="panel-title"><span class="operation-name">PUT</span> <strong>/cloud-infrastructure/complexes/complex/{physical-location-id}</strong></h3>
+                    <div class="operation-summary">create or update an existing vip-ipv6-address-list</div>
+                    <h3 class="panel-title"><span class="operation-name">PUT</span> <strong>/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv6-address-list/{vip-ipv6-address}</strong></h3>
                         Tags:
                             <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
                 </div>
                 <div class="panel-body">
                     <section class="sw-operation-description">
-                        <p>create or update an existing complex</p>
+                        <p>create or update an existing vip-ipv6-address-list</p>
             
                     </section>
                        <section class="sw-request-body">
@@ -33908,13 +33765,13 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                         </p>
                                                <div class="row">
                                             <div class="col-md-6">
-                                                <p><p>complex object that needs to be created or updated</p>
+                                                <p><p>vip-ipv6-address-list object that needs to be created or updated</p>
                         </p>
                                             </div>
                                             <div class="col-md-6 sw-request-model">
                             <div  class="panel panel-definition">
                                 <div class="panel-body">
-                                            <a class="json-schema-ref" href="#/definitions/complex">/complex</a>
+                                            <a class="json-schema-ref" href="#/definitions/vip-ipv6-address-list">/vip-ipv6-address-list</a>
                                 </div>
                             </div></div>
                                         </div>
@@ -33933,10 +33790,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                 <tbody>
                                         <tr>
                                             <td>
-                                                physical-location-id
+                                                cloud-owner
                                             </td>
                                             <td>
-                                               <p>Unique identifier for physical location, e.g., CLLI</p>
+                                               <p>Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -33947,73 +33804,12 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                                     <span class="json-property-required"></span>
                                             </td>
                                         </tr>
-                                </tbody>
-                            </table>
-                        </section>
-
-                        <section class="sw-responses">
-                                <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
-                    </p>
-                    
-                            <dl>
-                                <dt class="sw-response-default">
-                                        default 
-                                    
-                                    </dt>
-                                    <dd class="sw-response-default">
-                                            <div class="row">
-                                                <div class="col-md-12">
-                                                    <p>Response codes found in <a href="https://wiki.onap.org/">response codes</a>.</p>
-                                            
-                                                </div>
-                                            </div>
-                                            <div class="row">
-                                                
-                                                <div class="col-md-6 sw-response-model">
-                                            </div>
-                                            
-                                            </div>                </dd>
-                            </dl>
-                        </section>
-                </div>
-            </div>    
-        
-        <span id="path--cloud-infrastructure-complexes-complex--physical-location-id--"></span>
-            <div id="operation--cloud-infrastructure-complexes-complex--physical-location-id--delete" class="swagger--panel-operation-delete panel">
-                <div class="panel-heading">
-                    <div class="operation-summary">delete an existing complex</div>
-                    <h3 class="panel-title"><span class="operation-name">DELETE</span> <strong>/cloud-infrastructure/complexes/complex/{physical-location-id}</strong></h3>
-                        Tags:
-                            <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
-                </div>
-                <div class="panel-body">
-                    <section class="sw-operation-description">
-                        <p>delete an existing complex</p>
-            
-                    </section>
-                       <section class="sw-request-body">
-                                
-                                    <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
-                        </p>
-                            </section>
-                        <section class="sw-request-params">
-                            <table class="table">
-                                <thead>
-                                <tr>
-                                    <th class="sw-param-name"></th>
-                                    <th class="sw-param-description"></th>
-                                    <th class="sw-param-type"></th>
-                                    <th class="sw-param-data-type"></th>
-                                    <th class="sw-param-annotation"></th>
-                                </tr>
-                                </thead>
-                                <tbody>
                                         <tr>
                                             <td>
-                                                physical-location-id
+                                                cloud-region-id
                                             </td>
                                             <td>
-                                               <p>Unique identifier for physical location, e.g., CLLI</p>
+                                               <p>Identifier used by the vendor for the region. Second part of composite key</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -34026,12 +33822,12 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                         </tr>
                                         <tr>
                                             <td>
-                                                resource-version
+                                                vip-ipv6-address
                                             </td>
                                             <td>
-                                               <p>resource-version for concurrency</p>
+                                               <p>IP address</p>
                                         </td>
-                                            <td>query</td>
+                                            <td>path</td>
                                             <td>
                                                <span class="json-property-type">string</span>
                                         <span class="json-property-range" title="Value limits"></span>
@@ -34071,19 +33867,24 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                 </div>
             </div>    
         
-        <span id="path--cloud-infrastructure-complexes-complex--physical-location-id--ctag-pools-"></span>
-            <div id="operation--cloud-infrastructure-complexes-complex--physical-location-id--ctag-pools-get" class="swagger--panel-operation-get panel">
+        <span id="path--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--vip-ipv6-address-list--vip-ipv6-address--"></span>
+            <div id="operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--vip-ipv6-address-list--vip-ipv6-address--delete" class="swagger--panel-operation-delete panel">
                 <div class="panel-heading">
-                    <div class="operation-summary">returns ctag-pools</div>
-                    <h3 class="panel-title"><span class="operation-name">GET</span> <strong>/cloud-infrastructure/complexes/complex/{physical-location-id}/ctag-pools</strong></h3>
+                    <div class="operation-summary">delete an existing vip-ipv6-address-list</div>
+                    <h3 class="panel-title"><span class="operation-name">DELETE</span> <strong>/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv6-address-list/{vip-ipv6-address}</strong></h3>
                         Tags:
                             <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
                 </div>
                 <div class="panel-body">
                     <section class="sw-operation-description">
-                        <p>returns ctag-pools</p>
+                        <p>delete an existing vip-ipv6-address-list</p>
             
                     </section>
+                       <section class="sw-request-body">
+                                
+                                    <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
+                        </p>
+                            </section>
                         <section class="sw-request-params">
                             <table class="table">
                                 <thead>
@@ -34098,10 +33899,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                 <tbody>
                                         <tr>
                                             <td>
-                                                physical-location-id
+                                                cloud-owner
                                             </td>
                                             <td>
-                                               <p>Unique identifier for physical location, e.g., CLLI</p>
+                                               <p>Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -34114,40 +33915,42 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                         </tr>
                                         <tr>
                                             <td>
-                                                data-center-code
+                                                cloud-region-id
                                             </td>
                                             <td>
-                                               <p>Data center code which can be an alternate way to identify a complex</p>
+                                               <p>Identifier used by the vendor for the region. Second part of composite key</p>
                                         </td>
-                                            <td>query</td>
+                                            <td>path</td>
                                             <td>
                                                <span class="json-property-type">string</span>
                                         <span class="json-property-range" title="Value limits"></span>
                                             </td>
                                             <td>
+                                                    <span class="json-property-required"></span>
                                             </td>
                                         </tr>
                                         <tr>
                                             <td>
-                                                complex-name
+                                                vip-ipv6-address
                                             </td>
                                             <td>
-                                               <p>Gamma complex name for LCP instance.</p>
+                                               <p>IP address</p>
                                         </td>
-                                            <td>query</td>
+                                            <td>path</td>
                                             <td>
                                                <span class="json-property-type">string</span>
                                         <span class="json-property-range" title="Value limits"></span>
                                             </td>
                                             <td>
+                                                    <span class="json-property-required"></span>
                                             </td>
                                         </tr>
                                         <tr>
                                             <td>
-                                                identity-url
+                                                resource-version
                                             </td>
                                             <td>
-                                               <p>URL of the keystone identity service</p>
+                                               <p>resource-version for concurrency</p>
                                         </td>
                                             <td>query</td>
                                             <td>
@@ -34155,6 +33958,7 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                         <span class="json-property-range" title="Value limits"></span>
                                             </td>
                                             <td>
+                                                    <span class="json-property-required"></span>
                                             </td>
                                         </tr>
                                 </tbody>
@@ -34166,29 +33970,6 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                     </p>
                     
                             <dl>
-                                    <dt class="sw-response-200">
-                                        200 OK
-                                    
-                                    </dt>
-                                    <dd class="sw-response-200">
-                                            <div class="row">
-                                                <div class="col-md-12">
-                                                    <p>successful operation</p>
-                                            
-                                                </div>
-                                            </div>
-                                            <div class="row">
-
-                                                <div class="col-md-6 sw-response-model">
-                                                <div  class="panel panel-definition">
-
-                                                    <div class="panel-body">
-                                                        <a class="json-schema-ref" href="#/definitions/ctag-pools">/ctag-pools</a>
-                                                    </div>
-                                                </div>
-                                                </div>
-
-                                            </div>                </dd>
                                 <dt class="sw-response-default">
                                         default 
                                     
@@ -34211,19 +33992,36 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                 </div>
             </div>    
         
-        <span id="path--cloud-infrastructure-complexes-complex--physical-location-id--ctag-pools-ctag-pool--target-pe---availability-zone-name--"></span>
-            <div id="operation--cloud-infrastructure-complexes-complex--physical-location-id--ctag-pools-ctag-pool--target-pe---availability-zone-name--get" class="swagger--panel-operation-get panel">
+        <span id="path--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--vip-ipv6-address-list--vip-ipv6-address--relationship-list-relationship-"></span>
+            <div id="operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--vip-ipv6-address-list--vip-ipv6-address--relationship-list-relationship-put" class="swagger--panel-operation-put panel">
                 <div class="panel-heading">
-                    <div class="operation-summary">returns ctag-pool</div>
-                    <h3 class="panel-title"><span class="operation-name">GET</span> <strong>/cloud-infrastructure/complexes/complex/{physical-location-id}/ctag-pools/ctag-pool/{target-pe}/{availability-zone-name}</strong></h3>
+                    <div class="operation-summary">see node definition for valid relationships</div>
+                    <h3 class="panel-title"><span class="operation-name">PUT</span> <strong>/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv6-address-list/{vip-ipv6-address}/relationship-list/relationship</strong></h3>
                         Tags:
                             <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
                 </div>
                 <div class="panel-body">
                     <section class="sw-operation-description">
-                        <p>returns ctag-pool</p>
+                        <p>see node definition for valid relationships</p>
             
                     </section>
+                       <section class="sw-request-body">
+                                
+                                    <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
+                        </p>
+                                               <div class="row">
+                                            <div class="col-md-6">
+                                                <p><p>relationship object that needs to be created or updated</p>
+                        </p>
+                                            </div>
+                                            <div class="col-md-6 sw-request-model">
+                            <div  class="panel panel-definition">
+                                <div class="panel-body">
+                                            <a class="json-schema-ref" href="#/definitions/relationship">/relationship</a>
+                                </div>
+                            </div></div>
+                                        </div>
+                            </section>
                         <section class="sw-request-params">
                             <table class="table">
                                 <thead>
@@ -34238,10 +34036,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                 <tbody>
                                         <tr>
                                             <td>
-                                                physical-location-id
+                                                cloud-owner
                                             </td>
                                             <td>
-                                               <p>Unique identifier for physical location, e.g., CLLI</p>
+                                               <p>Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -34254,10 +34052,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                         </tr>
                                         <tr>
                                             <td>
-                                                target-pe
+                                                cloud-region-id
                                             </td>
                                             <td>
-                                               <p>The Target provider edge router</p>
+                                               <p>Identifier used by the vendor for the region. Second part of composite key</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -34270,10 +34068,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                         </tr>
                                         <tr>
                                             <td>
-                                                availability-zone-name
+                                                vip-ipv6-address
                                             </td>
                                             <td>
-                                               <p>Name of the availability zone</p>
+                                               <p>IP address</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -34284,49 +34082,113 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                                     <span class="json-property-required"></span>
                                             </td>
                                         </tr>
+                                </tbody>
+                            </table>
+                        </section>
+
+                        <section class="sw-responses">
+                                <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
+                    </p>
+                    
+                            <dl>
+                                <dt class="sw-response-default">
+                                        default 
+                                    
+                                    </dt>
+                                    <dd class="sw-response-default">
+                                            <div class="row">
+                                                <div class="col-md-12">
+                                                    <p>Response codes found in <a href="https://wiki.onap.org/">response codes</a>.</p>
+                                            
+                                                </div>
+                                            </div>
+                                            <div class="row">
+                                                
+                                                <div class="col-md-6 sw-response-model">
+                                            </div>
+                                            
+                                            </div>                </dd>
+                            </dl>
+                        </section>
+                </div>
+            </div>    
+        
+        <span id="path--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--vip-ipv6-address-list--vip-ipv6-address--relationship-list-relationship-"></span>
+            <div id="operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--vip-ipv6-address-list--vip-ipv6-address--relationship-list-relationship-delete" class="swagger--panel-operation-delete panel">
+                <div class="panel-heading">
+                    <div class="operation-summary">delete an existing relationship</div>
+                    <h3 class="panel-title"><span class="operation-name">DELETE</span> <strong>/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv6-address-list/{vip-ipv6-address}/relationship-list/relationship</strong></h3>
+                        Tags:
+                            <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
+                </div>
+                <div class="panel-body">
+                    <section class="sw-operation-description">
+                        <p>delete an existing relationship</p>
+            
+                    </section>
+                       <section class="sw-request-body">
+                                
+                                    <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
+                        </p>
+                            </section>
+                        <section class="sw-request-params">
+                            <table class="table">
+                                <thead>
+                                <tr>
+                                    <th class="sw-param-name"></th>
+                                    <th class="sw-param-description"></th>
+                                    <th class="sw-param-type"></th>
+                                    <th class="sw-param-data-type"></th>
+                                    <th class="sw-param-annotation"></th>
+                                </tr>
+                                </thead>
+                                <tbody>
                                         <tr>
                                             <td>
-                                                data-center-code
+                                                cloud-owner
                                             </td>
                                             <td>
-                                               <p>Data center code which can be an alternate way to identify a complex</p>
+                                               <p>Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname</p>
                                         </td>
-                                            <td>query</td>
+                                            <td>path</td>
                                             <td>
                                                <span class="json-property-type">string</span>
                                         <span class="json-property-range" title="Value limits"></span>
                                             </td>
                                             <td>
+                                                    <span class="json-property-required"></span>
                                             </td>
                                         </tr>
                                         <tr>
                                             <td>
-                                                complex-name
+                                                cloud-region-id
                                             </td>
                                             <td>
-                                               <p>Gamma complex name for LCP instance.</p>
+                                               <p>Identifier used by the vendor for the region. Second part of composite key</p>
                                         </td>
-                                            <td>query</td>
+                                            <td>path</td>
                                             <td>
                                                <span class="json-property-type">string</span>
                                         <span class="json-property-range" title="Value limits"></span>
                                             </td>
                                             <td>
+                                                    <span class="json-property-required"></span>
                                             </td>
                                         </tr>
                                         <tr>
                                             <td>
-                                                identity-url
+                                                vip-ipv6-address
                                             </td>
                                             <td>
-                                               <p>URL of the keystone identity service</p>
+                                               <p>IP address</p>
                                         </td>
-                                            <td>query</td>
+                                            <td>path</td>
                                             <td>
                                                <span class="json-property-type">string</span>
                                         <span class="json-property-range" title="Value limits"></span>
                                             </td>
                                             <td>
+                                                    <span class="json-property-required"></span>
                                             </td>
                                         </tr>
                                 </tbody>
@@ -34338,29 +34200,6 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                     </p>
                     
                             <dl>
-                                    <dt class="sw-response-200">
-                                        200 OK
-                                    
-                                    </dt>
-                                    <dd class="sw-response-200">
-                                            <div class="row">
-                                                <div class="col-md-12">
-                                                    <p>successful operation</p>
-                                            
-                                                </div>
-                                            </div>
-                                            <div class="row">
-
-                                                <div class="col-md-6 sw-response-model">
-                                                <div  class="panel panel-definition">
-
-                                                    <div class="panel-body">
-                                                        <a class="json-schema-ref" href="#/definitions/ctag-pool">/ctag-pool</a>
-                                                    </div>
-                                                </div>
-                                                </div>
-
-                                            </div>                </dd>
                                 <dt class="sw-response-default">
                                         default 
                                     
@@ -34383,36 +34222,19 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                 </div>
             </div>    
         
-        <span id="path--cloud-infrastructure-complexes-complex--physical-location-id--ctag-pools-ctag-pool--target-pe---availability-zone-name--"></span>
-            <div id="operation--cloud-infrastructure-complexes-complex--physical-location-id--ctag-pools-ctag-pool--target-pe---availability-zone-name--put" class="swagger--panel-operation-put panel">
+        <span id="path--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--volume-groups-"></span>
+            <div id="operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--volume-groups-get" class="swagger--panel-operation-get panel">
                 <div class="panel-heading">
-                    <div class="operation-summary">create or update an existing ctag-pool</div>
-                    <h3 class="panel-title"><span class="operation-name">PUT</span> <strong>/cloud-infrastructure/complexes/complex/{physical-location-id}/ctag-pools/ctag-pool/{target-pe}/{availability-zone-name}</strong></h3>
+                    <div class="operation-summary">returns volume-groups</div>
+                    <h3 class="panel-title"><span class="operation-name">GET</span> <strong>/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/volume-groups</strong></h3>
                         Tags:
                             <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
                 </div>
                 <div class="panel-body">
                     <section class="sw-operation-description">
-                        <p>create or update an existing ctag-pool</p>
+                        <p>returns volume-groups</p>
             
                     </section>
-                       <section class="sw-request-body">
-                                
-                                    <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
-                        </p>
-                                               <div class="row">
-                                            <div class="col-md-6">
-                                                <p><p>ctag-pool object that needs to be created or updated</p>
-                        </p>
-                                            </div>
-                                            <div class="col-md-6 sw-request-model">
-                            <div  class="panel panel-definition">
-                                <div class="panel-body">
-                                            <a class="json-schema-ref" href="#/definitions/ctag-pool">/ctag-pool</a>
-                                </div>
-                            </div></div>
-                                        </div>
-                            </section>
                         <section class="sw-request-params">
                             <table class="table">
                                 <thead>
@@ -34427,10 +34249,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                 <tbody>
                                         <tr>
                                             <td>
-                                                physical-location-id
+                                                cloud-owner
                                             </td>
                                             <td>
-                                               <p>Unique identifier for physical location, e.g., CLLI</p>
+                                               <p>Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -34443,10 +34265,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                         </tr>
                                         <tr>
                                             <td>
-                                                target-pe
+                                                cloud-region-id
                                             </td>
                                             <td>
-                                               <p>The Target provider edge router</p>
+                                               <p>Identifier used by the vendor for the region. Second part of composite key</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -34459,18 +34281,32 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                         </tr>
                                         <tr>
                                             <td>
-                                                availability-zone-name
+                                                cloud-type
                                             </td>
                                             <td>
-                                               <p>Name of the availability zone</p>
+                                               <p>Type of the cloud (e.g., openstack)</p>
                                         </td>
-                                            <td>path</td>
+                                            <td>query</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                owner-defined-type
+                                            </td>
+                                            <td>
+                                               <p>Cloud-owner defined type indicator (e.g., dcp, lcp)</p>
+                                        </td>
+                                            <td>query</td>
                                             <td>
                                                <span class="json-property-type">string</span>
                                         <span class="json-property-range" title="Value limits"></span>
                                             </td>
                                             <td>
-                                                    <span class="json-property-required"></span>
                                             </td>
                                         </tr>
                                 </tbody>
@@ -34482,6 +34318,29 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                     </p>
                     
                             <dl>
+                                    <dt class="sw-response-200">
+                                        200 OK
+                                    
+                                    </dt>
+                                    <dd class="sw-response-200">
+                                            <div class="row">
+                                                <div class="col-md-12">
+                                                    <p>successful operation</p>
+                                            
+                                                </div>
+                                            </div>
+                                            <div class="row">
+
+                                                <div class="col-md-6 sw-response-model">
+                                                <div  class="panel panel-definition">
+
+                                                    <div class="panel-body">
+                                                        <a class="json-schema-ref" href="#/definitions/volume-groups">/volume-groups</a>
+                                                    </div>
+                                                </div>
+                                                </div>
+
+                                            </div>                </dd>
                                 <dt class="sw-response-default">
                                         default 
                                     
@@ -34504,24 +34363,19 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                 </div>
             </div>    
         
-        <span id="path--cloud-infrastructure-complexes-complex--physical-location-id--ctag-pools-ctag-pool--target-pe---availability-zone-name--"></span>
-            <div id="operation--cloud-infrastructure-complexes-complex--physical-location-id--ctag-pools-ctag-pool--target-pe---availability-zone-name--delete" class="swagger--panel-operation-delete panel">
+        <span id="path--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--volume-groups-volume-group--volume-group-id--"></span>
+            <div id="operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--volume-groups-volume-group--volume-group-id--get" class="swagger--panel-operation-get panel">
                 <div class="panel-heading">
-                    <div class="operation-summary">delete an existing ctag-pool</div>
-                    <h3 class="panel-title"><span class="operation-name">DELETE</span> <strong>/cloud-infrastructure/complexes/complex/{physical-location-id}/ctag-pools/ctag-pool/{target-pe}/{availability-zone-name}</strong></h3>
+                    <div class="operation-summary">returns volume-group</div>
+                    <h3 class="panel-title"><span class="operation-name">GET</span> <strong>/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/volume-groups/volume-group/{volume-group-id}</strong></h3>
                         Tags:
                             <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
                 </div>
                 <div class="panel-body">
                     <section class="sw-operation-description">
-                        <p>delete an existing ctag-pool</p>
+                        <p>returns volume-group</p>
             
                     </section>
-                       <section class="sw-request-body">
-                                
-                                    <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
-                        </p>
-                            </section>
                         <section class="sw-request-params">
                             <table class="table">
                                 <thead>
@@ -34536,10 +34390,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                 <tbody>
                                         <tr>
                                             <td>
-                                                physical-location-id
+                                                cloud-owner
                                             </td>
                                             <td>
-                                               <p>Unique identifier for physical location, e.g., CLLI</p>
+                                               <p>Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -34552,10 +34406,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                         </tr>
                                         <tr>
                                             <td>
-                                                target-pe
+                                                cloud-region-id
                                             </td>
                                             <td>
-                                               <p>The Target provider edge router</p>
+                                               <p>Identifier used by the vendor for the region. Second part of composite key</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -34568,10 +34422,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                         </tr>
                                         <tr>
                                             <td>
-                                                availability-zone-name
+                                                volume-group-id
                                             </td>
                                             <td>
-                                               <p>Name of the availability zone</p>
+                                               <p>Unique ID of volume-group.</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -34584,10 +34438,70 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                         </tr>
                                         <tr>
                                             <td>
-                                                resource-version
+                                                cloud-type
                                             </td>
                                             <td>
-                                               <p>resource-version for concurrency</p>
+                                               <p>Type of the cloud (e.g., openstack)</p>
+                                        </td>
+                                            <td>query</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                owner-defined-type
+                                            </td>
+                                            <td>
+                                               <p>Cloud-owner defined type indicator (e.g., dcp, lcp)</p>
+                                        </td>
+                                            <td>query</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                volume-group-name
+                                            </td>
+                                            <td>
+                                               <p>Name of the volume group.</p>
+                                        </td>
+                                            <td>query</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                heat-stack-id
+                                            </td>
+                                            <td>
+                                               <p>Heat stack id corresponding to this volume-group</p>
+                                        </td>
+                                            <td>query</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                vnf-type
+                                            </td>
+                                            <td>
+                                               <p>String capturing type of vnf, that was intended to identify the ASDC resource.  This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.</p>
                                         </td>
                                             <td>query</td>
                                             <td>
@@ -34595,7 +34509,6 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                         <span class="json-property-range" title="Value limits"></span>
                                             </td>
                                             <td>
-                                                    <span class="json-property-required"></span>
                                             </td>
                                         </tr>
                                 </tbody>
@@ -34607,6 +34520,29 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                     </p>
                     
                             <dl>
+                                    <dt class="sw-response-200">
+                                        200 OK
+                                    
+                                    </dt>
+                                    <dd class="sw-response-200">
+                                            <div class="row">
+                                                <div class="col-md-12">
+                                                    <p>successful operation</p>
+                                            
+                                                </div>
+                                            </div>
+                                            <div class="row">
+
+                                                <div class="col-md-6 sw-response-model">
+                                                <div  class="panel panel-definition">
+
+                                                    <div class="panel-body">
+                                                        <a class="json-schema-ref" href="#/definitions/volume-group">/volume-group</a>
+                                                    </div>
+                                                </div>
+                                                </div>
+
+                                            </div>                </dd>
                                 <dt class="sw-response-default">
                                         default 
                                     
@@ -34629,17 +34565,17 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                 </div>
             </div>    
         
-        <span id="path--cloud-infrastructure-complexes-complex--physical-location-id--ctag-pools-ctag-pool--target-pe---availability-zone-name--relationship-list-relationship-"></span>
-            <div id="operation--cloud-infrastructure-complexes-complex--physical-location-id--ctag-pools-ctag-pool--target-pe---availability-zone-name--relationship-list-relationship-put" class="swagger--panel-operation-put panel">
+        <span id="path--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--volume-groups-volume-group--volume-group-id--"></span>
+            <div id="operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--volume-groups-volume-group--volume-group-id--put" class="swagger--panel-operation-put panel">
                 <div class="panel-heading">
-                    <div class="operation-summary">see node definition for valid relationships</div>
-                    <h3 class="panel-title"><span class="operation-name">PUT</span> <strong>/cloud-infrastructure/complexes/complex/{physical-location-id}/ctag-pools/ctag-pool/{target-pe}/{availability-zone-name}/relationship-list/relationship</strong></h3>
+                    <div class="operation-summary">create or update an existing volume-group</div>
+                    <h3 class="panel-title"><span class="operation-name">PUT</span> <strong>/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/volume-groups/volume-group/{volume-group-id}</strong></h3>
                         Tags:
                             <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
                 </div>
                 <div class="panel-body">
                     <section class="sw-operation-description">
-                        <p>see node definition for valid relationships</p>
+                        <p>create or update an existing volume-group</p>
             
                     </section>
                        <section class="sw-request-body">
@@ -34648,13 +34584,13 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                         </p>
                                                <div class="row">
                                             <div class="col-md-6">
-                                                <p><p>relationship object that needs to be created or updated</p>
+                                                <p><p>volume-group object that needs to be created or updated</p>
                         </p>
                                             </div>
                                             <div class="col-md-6 sw-request-model">
                             <div  class="panel panel-definition">
                                 <div class="panel-body">
-                                            <a class="json-schema-ref" href="#/definitions/relationship">/relationship</a>
+                                            <a class="json-schema-ref" href="#/definitions/volume-group">/volume-group</a>
                                 </div>
                             </div></div>
                                         </div>
@@ -34673,10 +34609,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                 <tbody>
                                         <tr>
                                             <td>
-                                                physical-location-id
+                                                cloud-owner
                                             </td>
                                             <td>
-                                               <p>Unique identifier for physical location, e.g., CLLI</p>
+                                               <p>Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -34689,10 +34625,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                         </tr>
                                         <tr>
                                             <td>
-                                                target-pe
+                                                cloud-region-id
                                             </td>
                                             <td>
-                                               <p>The Target provider edge router</p>
+                                               <p>Identifier used by the vendor for the region. Second part of composite key</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -34705,10 +34641,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                         </tr>
                                         <tr>
                                             <td>
-                                                availability-zone-name
+                                                volume-group-id
                                             </td>
                                             <td>
-                                               <p>Name of the availability zone</p>
+                                               <p>Unique ID of volume-group.</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -34750,17 +34686,17 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                 </div>
             </div>    
         
-        <span id="path--cloud-infrastructure-complexes-complex--physical-location-id--ctag-pools-ctag-pool--target-pe---availability-zone-name--relationship-list-relationship-"></span>
-            <div id="operation--cloud-infrastructure-complexes-complex--physical-location-id--ctag-pools-ctag-pool--target-pe---availability-zone-name--relationship-list-relationship-delete" class="swagger--panel-operation-delete panel">
+        <span id="path--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--volume-groups-volume-group--volume-group-id--"></span>
+            <div id="operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--volume-groups-volume-group--volume-group-id--delete" class="swagger--panel-operation-delete panel">
                 <div class="panel-heading">
-                    <div class="operation-summary">delete an existing relationship</div>
-                    <h3 class="panel-title"><span class="operation-name">DELETE</span> <strong>/cloud-infrastructure/complexes/complex/{physical-location-id}/ctag-pools/ctag-pool/{target-pe}/{availability-zone-name}/relationship-list/relationship</strong></h3>
+                    <div class="operation-summary">delete an existing volume-group</div>
+                    <h3 class="panel-title"><span class="operation-name">DELETE</span> <strong>/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/volume-groups/volume-group/{volume-group-id}</strong></h3>
                         Tags:
                             <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
                 </div>
                 <div class="panel-body">
                     <section class="sw-operation-description">
-                        <p>delete an existing relationship</p>
+                        <p>delete an existing volume-group</p>
             
                     </section>
                        <section class="sw-request-body">
@@ -34782,10 +34718,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                 <tbody>
                                         <tr>
                                             <td>
-                                                physical-location-id
+                                                cloud-owner
                                             </td>
                                             <td>
-                                               <p>Unique identifier for physical location, e.g., CLLI</p>
+                                               <p>Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -34798,10 +34734,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                         </tr>
                                         <tr>
                                             <td>
-                                                target-pe
+                                                cloud-region-id
                                             </td>
                                             <td>
-                                               <p>The Target provider edge router</p>
+                                               <p>Identifier used by the vendor for the region. Second part of composite key</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -34814,10 +34750,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                         </tr>
                                         <tr>
                                             <td>
-                                                availability-zone-name
+                                                volume-group-id
                                             </td>
                                             <td>
-                                               <p>Name of the availability zone</p>
+                                               <p>Unique ID of volume-group.</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -34828,6 +34764,22 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                                     <span class="json-property-required"></span>
                                             </td>
                                         </tr>
+                                        <tr>
+                                            <td>
+                                                resource-version
+                                            </td>
+                                            <td>
+                                               <p>resource-version for concurrency</p>
+                                        </td>
+                                            <td>query</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                                    <span class="json-property-required"></span>
+                                            </td>
+                                        </tr>
                                 </tbody>
                             </table>
                         </section>
@@ -34859,11 +34811,11 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                 </div>
             </div>    
         
-        <span id="path--cloud-infrastructure-complexes-complex--physical-location-id--relationship-list-relationship-"></span>
-            <div id="operation--cloud-infrastructure-complexes-complex--physical-location-id--relationship-list-relationship-put" class="swagger--panel-operation-put panel">
+        <span id="path--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--volume-groups-volume-group--volume-group-id--relationship-list-relationship-"></span>
+            <div id="operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--volume-groups-volume-group--volume-group-id--relationship-list-relationship-put" class="swagger--panel-operation-put panel">
                 <div class="panel-heading">
                     <div class="operation-summary">see node definition for valid relationships</div>
-                    <h3 class="panel-title"><span class="operation-name">PUT</span> <strong>/cloud-infrastructure/complexes/complex/{physical-location-id}/relationship-list/relationship</strong></h3>
+                    <h3 class="panel-title"><span class="operation-name">PUT</span> <strong>/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/volume-groups/volume-group/{volume-group-id}/relationship-list/relationship</strong></h3>
                         Tags:
                             <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
                 </div>
@@ -34903,10 +34855,42 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                 <tbody>
                                         <tr>
                                             <td>
-                                                physical-location-id
+                                                cloud-owner
                                             </td>
                                             <td>
-                                               <p>Unique identifier for physical location, e.g., CLLI</p>
+                                               <p>Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname</p>
+                                        </td>
+                                            <td>path</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                                    <span class="json-property-required"></span>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                cloud-region-id
+                                            </td>
+                                            <td>
+                                               <p>Identifier used by the vendor for the region. Second part of composite key</p>
+                                        </td>
+                                            <td>path</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                                    <span class="json-property-required"></span>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                volume-group-id
+                                            </td>
+                                            <td>
+                                               <p>Unique ID of volume-group.</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -34948,11 +34932,11 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                 </div>
             </div>    
         
-        <span id="path--cloud-infrastructure-complexes-complex--physical-location-id--relationship-list-relationship-"></span>
-            <div id="operation--cloud-infrastructure-complexes-complex--physical-location-id--relationship-list-relationship-delete" class="swagger--panel-operation-delete panel">
+        <span id="path--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--volume-groups-volume-group--volume-group-id--relationship-list-relationship-"></span>
+            <div id="operation--cloud-infrastructure-cloud-regions-cloud-region--cloud-owner---cloud-region-id--volume-groups-volume-group--volume-group-id--relationship-list-relationship-delete" class="swagger--panel-operation-delete panel">
                 <div class="panel-heading">
                     <div class="operation-summary">delete an existing relationship</div>
-                    <h3 class="panel-title"><span class="operation-name">DELETE</span> <strong>/cloud-infrastructure/complexes/complex/{physical-location-id}/relationship-list/relationship</strong></h3>
+                    <h3 class="panel-title"><span class="operation-name">DELETE</span> <strong>/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/volume-groups/volume-group/{volume-group-id}/relationship-list/relationship</strong></h3>
                         Tags:
                             <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
                 </div>
@@ -34980,10 +34964,42 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                 <tbody>
                                         <tr>
                                             <td>
-                                                physical-location-id
+                                                cloud-owner
                                             </td>
                                             <td>
-                                               <p>Unique identifier for physical location, e.g., CLLI</p>
+                                               <p>Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname</p>
+                                        </td>
+                                            <td>path</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                                    <span class="json-property-required"></span>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                cloud-region-id
+                                            </td>
+                                            <td>
+                                               <p>Identifier used by the vendor for the region. Second part of composite key</p>
+                                        </td>
+                                            <td>path</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                                    <span class="json-property-required"></span>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                volume-group-id
+                                            </td>
+                                            <td>
+                                               <p>Unique ID of volume-group.</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -35025,17 +35041,17 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                 </div>
             </div>    
         
-        <span id="path--cloud-infrastructure-network-profiles-"></span>
-            <div id="operation--cloud-infrastructure-network-profiles-get" class="swagger--panel-operation-get panel">
+        <span id="path--cloud-infrastructure-complexes-"></span>
+            <div id="operation--cloud-infrastructure-complexes-get" class="swagger--panel-operation-get panel">
                 <div class="panel-heading">
-                    <div class="operation-summary">returns network-profiles</div>
-                    <h3 class="panel-title"><span class="operation-name">GET</span> <strong>/cloud-infrastructure/network-profiles</strong></h3>
+                    <div class="operation-summary">returns complexes</div>
+                    <h3 class="panel-title"><span class="operation-name">GET</span> <strong>/cloud-infrastructure/complexes</strong></h3>
                         Tags:
                             <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
                 </div>
                 <div class="panel-body">
                     <section class="sw-operation-description">
-                        <p>returns network-profiles</p>
+                        <p>returns complexes</p>
             
                     </section>
 
@@ -35061,7 +35077,7 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                                 <div  class="panel panel-definition">
 
                                                     <div class="panel-body">
-                                                        <a class="json-schema-ref" href="#/definitions/network-profiles">/network-profiles</a>
+                                                        <a class="json-schema-ref" href="#/definitions/complexes">/complexes</a>
                                                     </div>
                                                 </div>
                                                 </div>
@@ -35089,17 +35105,17 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                 </div>
             </div>    
         
-        <span id="path--cloud-infrastructure-network-profiles-network-profile--nm-profile-name--"></span>
-            <div id="operation--cloud-infrastructure-network-profiles-network-profile--nm-profile-name--get" class="swagger--panel-operation-get panel">
+        <span id="path--cloud-infrastructure-complexes-complex--physical-location-id--"></span>
+            <div id="operation--cloud-infrastructure-complexes-complex--physical-location-id--get" class="swagger--panel-operation-get panel">
                 <div class="panel-heading">
-                    <div class="operation-summary">returns network-profile</div>
-                    <h3 class="panel-title"><span class="operation-name">GET</span> <strong>/cloud-infrastructure/network-profiles/network-profile/{nm-profile-name}</strong></h3>
+                    <div class="operation-summary">returns complex</div>
+                    <h3 class="panel-title"><span class="operation-name">GET</span> <strong>/cloud-infrastructure/complexes/complex/{physical-location-id}</strong></h3>
                         Tags:
                             <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
                 </div>
                 <div class="panel-body">
                     <section class="sw-operation-description">
-                        <p>returns network-profile</p>
+                        <p>returns complex</p>
             
                     </section>
                         <section class="sw-request-params">
@@ -35116,10 +35132,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                 <tbody>
                                         <tr>
                                             <td>
-                                                nm-profile-name
+                                                physical-location-id
                                             </td>
                                             <td>
-                                               <p>Unique name of network profile.</p>
+                                               <p>Unique identifier for physical location, e.g., CLLI</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -35130,6 +35146,51 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                                     <span class="json-property-required"></span>
                                             </td>
                                         </tr>
+                                        <tr>
+                                            <td>
+                                                data-center-code
+                                            </td>
+                                            <td>
+                                               <p>Data center code which can be an alternate way to identify a complex</p>
+                                        </td>
+                                            <td>query</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                complex-name
+                                            </td>
+                                            <td>
+                                               <p>Gamma complex name for LCP instance.</p>
+                                        </td>
+                                            <td>query</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                identity-url
+                                            </td>
+                                            <td>
+                                               <p>URL of the keystone identity service</p>
+                                        </td>
+                                            <td>query</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                            </td>
+                                        </tr>
                                 </tbody>
                             </table>
                         </section>
@@ -35156,7 +35217,7 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                                 <div  class="panel panel-definition">
 
                                                     <div class="panel-body">
-                                                        <a class="json-schema-ref" href="#/definitions/network-profile">/network-profile</a>
+                                                        <a class="json-schema-ref" href="#/definitions/complex">/complex</a>
                                                     </div>
                                                 </div>
                                                 </div>
@@ -35184,17 +35245,17 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                 </div>
             </div>    
         
-        <span id="path--cloud-infrastructure-network-profiles-network-profile--nm-profile-name--"></span>
-            <div id="operation--cloud-infrastructure-network-profiles-network-profile--nm-profile-name--put" class="swagger--panel-operation-put panel">
+        <span id="path--cloud-infrastructure-complexes-complex--physical-location-id--"></span>
+            <div id="operation--cloud-infrastructure-complexes-complex--physical-location-id--put" class="swagger--panel-operation-put panel">
                 <div class="panel-heading">
-                    <div class="operation-summary">create or update an existing network-profile</div>
-                    <h3 class="panel-title"><span class="operation-name">PUT</span> <strong>/cloud-infrastructure/network-profiles/network-profile/{nm-profile-name}</strong></h3>
+                    <div class="operation-summary">create or update an existing complex</div>
+                    <h3 class="panel-title"><span class="operation-name">PUT</span> <strong>/cloud-infrastructure/complexes/complex/{physical-location-id}</strong></h3>
                         Tags:
                             <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
                 </div>
                 <div class="panel-body">
                     <section class="sw-operation-description">
-                        <p>create or update an existing network-profile</p>
+                        <p>create or update an existing complex</p>
             
                     </section>
                        <section class="sw-request-body">
@@ -35203,13 +35264,13 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                         </p>
                                                <div class="row">
                                             <div class="col-md-6">
-                                                <p><p>network-profile object that needs to be created or updated</p>
+                                                <p><p>complex object that needs to be created or updated</p>
                         </p>
                                             </div>
                                             <div class="col-md-6 sw-request-model">
                             <div  class="panel panel-definition">
                                 <div class="panel-body">
-                                            <a class="json-schema-ref" href="#/definitions/network-profile">/network-profile</a>
+                                            <a class="json-schema-ref" href="#/definitions/complex">/complex</a>
                                 </div>
                             </div></div>
                                         </div>
@@ -35228,10 +35289,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                 <tbody>
                                         <tr>
                                             <td>
-                                                nm-profile-name
+                                                physical-location-id
                                             </td>
                                             <td>
-                                               <p>Unique name of network profile.</p>
+                                               <p>Unique identifier for physical location, e.g., CLLI</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -35273,17 +35334,17 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                 </div>
             </div>    
         
-        <span id="path--cloud-infrastructure-network-profiles-network-profile--nm-profile-name--"></span>
-            <div id="operation--cloud-infrastructure-network-profiles-network-profile--nm-profile-name--delete" class="swagger--panel-operation-delete panel">
+        <span id="path--cloud-infrastructure-complexes-complex--physical-location-id--"></span>
+            <div id="operation--cloud-infrastructure-complexes-complex--physical-location-id--delete" class="swagger--panel-operation-delete panel">
                 <div class="panel-heading">
-                    <div class="operation-summary">delete an existing network-profile</div>
-                    <h3 class="panel-title"><span class="operation-name">DELETE</span> <strong>/cloud-infrastructure/network-profiles/network-profile/{nm-profile-name}</strong></h3>
+                    <div class="operation-summary">delete an existing complex</div>
+                    <h3 class="panel-title"><span class="operation-name">DELETE</span> <strong>/cloud-infrastructure/complexes/complex/{physical-location-id}</strong></h3>
                         Tags:
                             <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
                 </div>
                 <div class="panel-body">
                     <section class="sw-operation-description">
-                        <p>delete an existing network-profile</p>
+                        <p>delete an existing complex</p>
             
                     </section>
                        <section class="sw-request-body">
@@ -35305,10 +35366,1305 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                 <tbody>
                                         <tr>
                                             <td>
-                                                nm-profile-name
+                                                physical-location-id
                                             </td>
                                             <td>
-                                               <p>Unique name of network profile.</p>
+                                               <p>Unique identifier for physical location, e.g., CLLI</p>
+                                        </td>
+                                            <td>path</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                                    <span class="json-property-required"></span>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                resource-version
+                                            </td>
+                                            <td>
+                                               <p>resource-version for concurrency</p>
+                                        </td>
+                                            <td>query</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                                    <span class="json-property-required"></span>
+                                            </td>
+                                        </tr>
+                                </tbody>
+                            </table>
+                        </section>
+
+                        <section class="sw-responses">
+                                <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
+                    </p>
+                    
+                            <dl>
+                                <dt class="sw-response-default">
+                                        default 
+                                    
+                                    </dt>
+                                    <dd class="sw-response-default">
+                                            <div class="row">
+                                                <div class="col-md-12">
+                                                    <p>Response codes found in <a href="https://wiki.onap.org/">response codes</a>.</p>
+                                            
+                                                </div>
+                                            </div>
+                                            <div class="row">
+                                                
+                                                <div class="col-md-6 sw-response-model">
+                                            </div>
+                                            
+                                            </div>                </dd>
+                            </dl>
+                        </section>
+                </div>
+            </div>    
+        
+        <span id="path--cloud-infrastructure-complexes-complex--physical-location-id--ctag-pools-"></span>
+            <div id="operation--cloud-infrastructure-complexes-complex--physical-location-id--ctag-pools-get" class="swagger--panel-operation-get panel">
+                <div class="panel-heading">
+                    <div class="operation-summary">returns ctag-pools</div>
+                    <h3 class="panel-title"><span class="operation-name">GET</span> <strong>/cloud-infrastructure/complexes/complex/{physical-location-id}/ctag-pools</strong></h3>
+                        Tags:
+                            <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
+                </div>
+                <div class="panel-body">
+                    <section class="sw-operation-description">
+                        <p>returns ctag-pools</p>
+            
+                    </section>
+                        <section class="sw-request-params">
+                            <table class="table">
+                                <thead>
+                                <tr>
+                                    <th class="sw-param-name"></th>
+                                    <th class="sw-param-description"></th>
+                                    <th class="sw-param-type"></th>
+                                    <th class="sw-param-data-type"></th>
+                                    <th class="sw-param-annotation"></th>
+                                </tr>
+                                </thead>
+                                <tbody>
+                                        <tr>
+                                            <td>
+                                                physical-location-id
+                                            </td>
+                                            <td>
+                                               <p>Unique identifier for physical location, e.g., CLLI</p>
+                                        </td>
+                                            <td>path</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                                    <span class="json-property-required"></span>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                data-center-code
+                                            </td>
+                                            <td>
+                                               <p>Data center code which can be an alternate way to identify a complex</p>
+                                        </td>
+                                            <td>query</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                complex-name
+                                            </td>
+                                            <td>
+                                               <p>Gamma complex name for LCP instance.</p>
+                                        </td>
+                                            <td>query</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                identity-url
+                                            </td>
+                                            <td>
+                                               <p>URL of the keystone identity service</p>
+                                        </td>
+                                            <td>query</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                            </td>
+                                        </tr>
+                                </tbody>
+                            </table>
+                        </section>
+
+                        <section class="sw-responses">
+                                <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
+                    </p>
+                    
+                            <dl>
+                                    <dt class="sw-response-200">
+                                        200 OK
+                                    
+                                    </dt>
+                                    <dd class="sw-response-200">
+                                            <div class="row">
+                                                <div class="col-md-12">
+                                                    <p>successful operation</p>
+                                            
+                                                </div>
+                                            </div>
+                                            <div class="row">
+
+                                                <div class="col-md-6 sw-response-model">
+                                                <div  class="panel panel-definition">
+
+                                                    <div class="panel-body">
+                                                        <a class="json-schema-ref" href="#/definitions/ctag-pools">/ctag-pools</a>
+                                                    </div>
+                                                </div>
+                                                </div>
+
+                                            </div>                </dd>
+                                <dt class="sw-response-default">
+                                        default 
+                                    
+                                    </dt>
+                                    <dd class="sw-response-default">
+                                            <div class="row">
+                                                <div class="col-md-12">
+                                                    <p>Response codes found in <a href="https://wiki.onap.org/">response codes</a>.</p>
+                                            
+                                                </div>
+                                            </div>
+                                            <div class="row">
+                                                
+                                                <div class="col-md-6 sw-response-model">
+                                            </div>
+                                            
+                                            </div>                </dd>
+                            </dl>
+                        </section>
+                </div>
+            </div>    
+        
+        <span id="path--cloud-infrastructure-complexes-complex--physical-location-id--ctag-pools-ctag-pool--target-pe---availability-zone-name--"></span>
+            <div id="operation--cloud-infrastructure-complexes-complex--physical-location-id--ctag-pools-ctag-pool--target-pe---availability-zone-name--get" class="swagger--panel-operation-get panel">
+                <div class="panel-heading">
+                    <div class="operation-summary">returns ctag-pool</div>
+                    <h3 class="panel-title"><span class="operation-name">GET</span> <strong>/cloud-infrastructure/complexes/complex/{physical-location-id}/ctag-pools/ctag-pool/{target-pe}/{availability-zone-name}</strong></h3>
+                        Tags:
+                            <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
+                </div>
+                <div class="panel-body">
+                    <section class="sw-operation-description">
+                        <p>returns ctag-pool</p>
+            
+                    </section>
+                        <section class="sw-request-params">
+                            <table class="table">
+                                <thead>
+                                <tr>
+                                    <th class="sw-param-name"></th>
+                                    <th class="sw-param-description"></th>
+                                    <th class="sw-param-type"></th>
+                                    <th class="sw-param-data-type"></th>
+                                    <th class="sw-param-annotation"></th>
+                                </tr>
+                                </thead>
+                                <tbody>
+                                        <tr>
+                                            <td>
+                                                physical-location-id
+                                            </td>
+                                            <td>
+                                               <p>Unique identifier for physical location, e.g., CLLI</p>
+                                        </td>
+                                            <td>path</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                                    <span class="json-property-required"></span>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                target-pe
+                                            </td>
+                                            <td>
+                                               <p>The Target provider edge router</p>
+                                        </td>
+                                            <td>path</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                                    <span class="json-property-required"></span>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                availability-zone-name
+                                            </td>
+                                            <td>
+                                               <p>Name of the availability zone</p>
+                                        </td>
+                                            <td>path</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                                    <span class="json-property-required"></span>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                data-center-code
+                                            </td>
+                                            <td>
+                                               <p>Data center code which can be an alternate way to identify a complex</p>
+                                        </td>
+                                            <td>query</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                complex-name
+                                            </td>
+                                            <td>
+                                               <p>Gamma complex name for LCP instance.</p>
+                                        </td>
+                                            <td>query</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                identity-url
+                                            </td>
+                                            <td>
+                                               <p>URL of the keystone identity service</p>
+                                        </td>
+                                            <td>query</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                            </td>
+                                        </tr>
+                                </tbody>
+                            </table>
+                        </section>
+
+                        <section class="sw-responses">
+                                <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
+                    </p>
+                    
+                            <dl>
+                                    <dt class="sw-response-200">
+                                        200 OK
+                                    
+                                    </dt>
+                                    <dd class="sw-response-200">
+                                            <div class="row">
+                                                <div class="col-md-12">
+                                                    <p>successful operation</p>
+                                            
+                                                </div>
+                                            </div>
+                                            <div class="row">
+
+                                                <div class="col-md-6 sw-response-model">
+                                                <div  class="panel panel-definition">
+
+                                                    <div class="panel-body">
+                                                        <a class="json-schema-ref" href="#/definitions/ctag-pool">/ctag-pool</a>
+                                                    </div>
+                                                </div>
+                                                </div>
+
+                                            </div>                </dd>
+                                <dt class="sw-response-default">
+                                        default 
+                                    
+                                    </dt>
+                                    <dd class="sw-response-default">
+                                            <div class="row">
+                                                <div class="col-md-12">
+                                                    <p>Response codes found in <a href="https://wiki.onap.org/">response codes</a>.</p>
+                                            
+                                                </div>
+                                            </div>
+                                            <div class="row">
+                                                
+                                                <div class="col-md-6 sw-response-model">
+                                            </div>
+                                            
+                                            </div>                </dd>
+                            </dl>
+                        </section>
+                </div>
+            </div>    
+        
+        <span id="path--cloud-infrastructure-complexes-complex--physical-location-id--ctag-pools-ctag-pool--target-pe---availability-zone-name--"></span>
+            <div id="operation--cloud-infrastructure-complexes-complex--physical-location-id--ctag-pools-ctag-pool--target-pe---availability-zone-name--put" class="swagger--panel-operation-put panel">
+                <div class="panel-heading">
+                    <div class="operation-summary">create or update an existing ctag-pool</div>
+                    <h3 class="panel-title"><span class="operation-name">PUT</span> <strong>/cloud-infrastructure/complexes/complex/{physical-location-id}/ctag-pools/ctag-pool/{target-pe}/{availability-zone-name}</strong></h3>
+                        Tags:
+                            <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
+                </div>
+                <div class="panel-body">
+                    <section class="sw-operation-description">
+                        <p>create or update an existing ctag-pool</p>
+            
+                    </section>
+                       <section class="sw-request-body">
+                                
+                                    <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
+                        </p>
+                                               <div class="row">
+                                            <div class="col-md-6">
+                                                <p><p>ctag-pool object that needs to be created or updated</p>
+                        </p>
+                                            </div>
+                                            <div class="col-md-6 sw-request-model">
+                            <div  class="panel panel-definition">
+                                <div class="panel-body">
+                                            <a class="json-schema-ref" href="#/definitions/ctag-pool">/ctag-pool</a>
+                                </div>
+                            </div></div>
+                                        </div>
+                            </section>
+                        <section class="sw-request-params">
+                            <table class="table">
+                                <thead>
+                                <tr>
+                                    <th class="sw-param-name"></th>
+                                    <th class="sw-param-description"></th>
+                                    <th class="sw-param-type"></th>
+                                    <th class="sw-param-data-type"></th>
+                                    <th class="sw-param-annotation"></th>
+                                </tr>
+                                </thead>
+                                <tbody>
+                                        <tr>
+                                            <td>
+                                                physical-location-id
+                                            </td>
+                                            <td>
+                                               <p>Unique identifier for physical location, e.g., CLLI</p>
+                                        </td>
+                                            <td>path</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                                    <span class="json-property-required"></span>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                target-pe
+                                            </td>
+                                            <td>
+                                               <p>The Target provider edge router</p>
+                                        </td>
+                                            <td>path</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                                    <span class="json-property-required"></span>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                availability-zone-name
+                                            </td>
+                                            <td>
+                                               <p>Name of the availability zone</p>
+                                        </td>
+                                            <td>path</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                                    <span class="json-property-required"></span>
+                                            </td>
+                                        </tr>
+                                </tbody>
+                            </table>
+                        </section>
+
+                        <section class="sw-responses">
+                                <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
+                    </p>
+                    
+                            <dl>
+                                <dt class="sw-response-default">
+                                        default 
+                                    
+                                    </dt>
+                                    <dd class="sw-response-default">
+                                            <div class="row">
+                                                <div class="col-md-12">
+                                                    <p>Response codes found in <a href="https://wiki.onap.org/">response codes</a>.</p>
+                                            
+                                                </div>
+                                            </div>
+                                            <div class="row">
+                                                
+                                                <div class="col-md-6 sw-response-model">
+                                            </div>
+                                            
+                                            </div>                </dd>
+                            </dl>
+                        </section>
+                </div>
+            </div>    
+        
+        <span id="path--cloud-infrastructure-complexes-complex--physical-location-id--ctag-pools-ctag-pool--target-pe---availability-zone-name--"></span>
+            <div id="operation--cloud-infrastructure-complexes-complex--physical-location-id--ctag-pools-ctag-pool--target-pe---availability-zone-name--delete" class="swagger--panel-operation-delete panel">
+                <div class="panel-heading">
+                    <div class="operation-summary">delete an existing ctag-pool</div>
+                    <h3 class="panel-title"><span class="operation-name">DELETE</span> <strong>/cloud-infrastructure/complexes/complex/{physical-location-id}/ctag-pools/ctag-pool/{target-pe}/{availability-zone-name}</strong></h3>
+                        Tags:
+                            <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
+                </div>
+                <div class="panel-body">
+                    <section class="sw-operation-description">
+                        <p>delete an existing ctag-pool</p>
+            
+                    </section>
+                       <section class="sw-request-body">
+                                
+                                    <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
+                        </p>
+                            </section>
+                        <section class="sw-request-params">
+                            <table class="table">
+                                <thead>
+                                <tr>
+                                    <th class="sw-param-name"></th>
+                                    <th class="sw-param-description"></th>
+                                    <th class="sw-param-type"></th>
+                                    <th class="sw-param-data-type"></th>
+                                    <th class="sw-param-annotation"></th>
+                                </tr>
+                                </thead>
+                                <tbody>
+                                        <tr>
+                                            <td>
+                                                physical-location-id
+                                            </td>
+                                            <td>
+                                               <p>Unique identifier for physical location, e.g., CLLI</p>
+                                        </td>
+                                            <td>path</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                                    <span class="json-property-required"></span>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                target-pe
+                                            </td>
+                                            <td>
+                                               <p>The Target provider edge router</p>
+                                        </td>
+                                            <td>path</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                                    <span class="json-property-required"></span>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                availability-zone-name
+                                            </td>
+                                            <td>
+                                               <p>Name of the availability zone</p>
+                                        </td>
+                                            <td>path</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                                    <span class="json-property-required"></span>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                resource-version
+                                            </td>
+                                            <td>
+                                               <p>resource-version for concurrency</p>
+                                        </td>
+                                            <td>query</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                                    <span class="json-property-required"></span>
+                                            </td>
+                                        </tr>
+                                </tbody>
+                            </table>
+                        </section>
+
+                        <section class="sw-responses">
+                                <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
+                    </p>
+                    
+                            <dl>
+                                <dt class="sw-response-default">
+                                        default 
+                                    
+                                    </dt>
+                                    <dd class="sw-response-default">
+                                            <div class="row">
+                                                <div class="col-md-12">
+                                                    <p>Response codes found in <a href="https://wiki.onap.org/">response codes</a>.</p>
+                                            
+                                                </div>
+                                            </div>
+                                            <div class="row">
+                                                
+                                                <div class="col-md-6 sw-response-model">
+                                            </div>
+                                            
+                                            </div>                </dd>
+                            </dl>
+                        </section>
+                </div>
+            </div>    
+        
+        <span id="path--cloud-infrastructure-complexes-complex--physical-location-id--ctag-pools-ctag-pool--target-pe---availability-zone-name--relationship-list-relationship-"></span>
+            <div id="operation--cloud-infrastructure-complexes-complex--physical-location-id--ctag-pools-ctag-pool--target-pe---availability-zone-name--relationship-list-relationship-put" class="swagger--panel-operation-put panel">
+                <div class="panel-heading">
+                    <div class="operation-summary">see node definition for valid relationships</div>
+                    <h3 class="panel-title"><span class="operation-name">PUT</span> <strong>/cloud-infrastructure/complexes/complex/{physical-location-id}/ctag-pools/ctag-pool/{target-pe}/{availability-zone-name}/relationship-list/relationship</strong></h3>
+                        Tags:
+                            <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
+                </div>
+                <div class="panel-body">
+                    <section class="sw-operation-description">
+                        <p>see node definition for valid relationships</p>
+            
+                    </section>
+                       <section class="sw-request-body">
+                                
+                                    <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
+                        </p>
+                                               <div class="row">
+                                            <div class="col-md-6">
+                                                <p><p>relationship object that needs to be created or updated</p>
+                        </p>
+                                            </div>
+                                            <div class="col-md-6 sw-request-model">
+                            <div  class="panel panel-definition">
+                                <div class="panel-body">
+                                            <a class="json-schema-ref" href="#/definitions/relationship">/relationship</a>
+                                </div>
+                            </div></div>
+                                        </div>
+                            </section>
+                        <section class="sw-request-params">
+                            <table class="table">
+                                <thead>
+                                <tr>
+                                    <th class="sw-param-name"></th>
+                                    <th class="sw-param-description"></th>
+                                    <th class="sw-param-type"></th>
+                                    <th class="sw-param-data-type"></th>
+                                    <th class="sw-param-annotation"></th>
+                                </tr>
+                                </thead>
+                                <tbody>
+                                        <tr>
+                                            <td>
+                                                physical-location-id
+                                            </td>
+                                            <td>
+                                               <p>Unique identifier for physical location, e.g., CLLI</p>
+                                        </td>
+                                            <td>path</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                                    <span class="json-property-required"></span>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                target-pe
+                                            </td>
+                                            <td>
+                                               <p>The Target provider edge router</p>
+                                        </td>
+                                            <td>path</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                                    <span class="json-property-required"></span>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                availability-zone-name
+                                            </td>
+                                            <td>
+                                               <p>Name of the availability zone</p>
+                                        </td>
+                                            <td>path</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                                    <span class="json-property-required"></span>
+                                            </td>
+                                        </tr>
+                                </tbody>
+                            </table>
+                        </section>
+
+                        <section class="sw-responses">
+                                <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
+                    </p>
+                    
+                            <dl>
+                                <dt class="sw-response-default">
+                                        default 
+                                    
+                                    </dt>
+                                    <dd class="sw-response-default">
+                                            <div class="row">
+                                                <div class="col-md-12">
+                                                    <p>Response codes found in <a href="https://wiki.onap.org/">response codes</a>.</p>
+                                            
+                                                </div>
+                                            </div>
+                                            <div class="row">
+                                                
+                                                <div class="col-md-6 sw-response-model">
+                                            </div>
+                                            
+                                            </div>                </dd>
+                            </dl>
+                        </section>
+                </div>
+            </div>    
+        
+        <span id="path--cloud-infrastructure-complexes-complex--physical-location-id--ctag-pools-ctag-pool--target-pe---availability-zone-name--relationship-list-relationship-"></span>
+            <div id="operation--cloud-infrastructure-complexes-complex--physical-location-id--ctag-pools-ctag-pool--target-pe---availability-zone-name--relationship-list-relationship-delete" class="swagger--panel-operation-delete panel">
+                <div class="panel-heading">
+                    <div class="operation-summary">delete an existing relationship</div>
+                    <h3 class="panel-title"><span class="operation-name">DELETE</span> <strong>/cloud-infrastructure/complexes/complex/{physical-location-id}/ctag-pools/ctag-pool/{target-pe}/{availability-zone-name}/relationship-list/relationship</strong></h3>
+                        Tags:
+                            <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
+                </div>
+                <div class="panel-body">
+                    <section class="sw-operation-description">
+                        <p>delete an existing relationship</p>
+            
+                    </section>
+                       <section class="sw-request-body">
+                                
+                                    <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
+                        </p>
+                            </section>
+                        <section class="sw-request-params">
+                            <table class="table">
+                                <thead>
+                                <tr>
+                                    <th class="sw-param-name"></th>
+                                    <th class="sw-param-description"></th>
+                                    <th class="sw-param-type"></th>
+                                    <th class="sw-param-data-type"></th>
+                                    <th class="sw-param-annotation"></th>
+                                </tr>
+                                </thead>
+                                <tbody>
+                                        <tr>
+                                            <td>
+                                                physical-location-id
+                                            </td>
+                                            <td>
+                                               <p>Unique identifier for physical location, e.g., CLLI</p>
+                                        </td>
+                                            <td>path</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                                    <span class="json-property-required"></span>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                target-pe
+                                            </td>
+                                            <td>
+                                               <p>The Target provider edge router</p>
+                                        </td>
+                                            <td>path</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                                    <span class="json-property-required"></span>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                availability-zone-name
+                                            </td>
+                                            <td>
+                                               <p>Name of the availability zone</p>
+                                        </td>
+                                            <td>path</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                                    <span class="json-property-required"></span>
+                                            </td>
+                                        </tr>
+                                </tbody>
+                            </table>
+                        </section>
+
+                        <section class="sw-responses">
+                                <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
+                    </p>
+                    
+                            <dl>
+                                <dt class="sw-response-default">
+                                        default 
+                                    
+                                    </dt>
+                                    <dd class="sw-response-default">
+                                            <div class="row">
+                                                <div class="col-md-12">
+                                                    <p>Response codes found in <a href="https://wiki.onap.org/">response codes</a>.</p>
+                                            
+                                                </div>
+                                            </div>
+                                            <div class="row">
+                                                
+                                                <div class="col-md-6 sw-response-model">
+                                            </div>
+                                            
+                                            </div>                </dd>
+                            </dl>
+                        </section>
+                </div>
+            </div>    
+        
+        <span id="path--cloud-infrastructure-complexes-complex--physical-location-id--relationship-list-relationship-"></span>
+            <div id="operation--cloud-infrastructure-complexes-complex--physical-location-id--relationship-list-relationship-put" class="swagger--panel-operation-put panel">
+                <div class="panel-heading">
+                    <div class="operation-summary">see node definition for valid relationships</div>
+                    <h3 class="panel-title"><span class="operation-name">PUT</span> <strong>/cloud-infrastructure/complexes/complex/{physical-location-id}/relationship-list/relationship</strong></h3>
+                        Tags:
+                            <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
+                </div>
+                <div class="panel-body">
+                    <section class="sw-operation-description">
+                        <p>see node definition for valid relationships</p>
+            
+                    </section>
+                       <section class="sw-request-body">
+                                
+                                    <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
+                        </p>
+                                               <div class="row">
+                                            <div class="col-md-6">
+                                                <p><p>relationship object that needs to be created or updated</p>
+                        </p>
+                                            </div>
+                                            <div class="col-md-6 sw-request-model">
+                            <div  class="panel panel-definition">
+                                <div class="panel-body">
+                                            <a class="json-schema-ref" href="#/definitions/relationship">/relationship</a>
+                                </div>
+                            </div></div>
+                                        </div>
+                            </section>
+                        <section class="sw-request-params">
+                            <table class="table">
+                                <thead>
+                                <tr>
+                                    <th class="sw-param-name"></th>
+                                    <th class="sw-param-description"></th>
+                                    <th class="sw-param-type"></th>
+                                    <th class="sw-param-data-type"></th>
+                                    <th class="sw-param-annotation"></th>
+                                </tr>
+                                </thead>
+                                <tbody>
+                                        <tr>
+                                            <td>
+                                                physical-location-id
+                                            </td>
+                                            <td>
+                                               <p>Unique identifier for physical location, e.g., CLLI</p>
+                                        </td>
+                                            <td>path</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                                    <span class="json-property-required"></span>
+                                            </td>
+                                        </tr>
+                                </tbody>
+                            </table>
+                        </section>
+
+                        <section class="sw-responses">
+                                <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
+                    </p>
+                    
+                            <dl>
+                                <dt class="sw-response-default">
+                                        default 
+                                    
+                                    </dt>
+                                    <dd class="sw-response-default">
+                                            <div class="row">
+                                                <div class="col-md-12">
+                                                    <p>Response codes found in <a href="https://wiki.onap.org/">response codes</a>.</p>
+                                            
+                                                </div>
+                                            </div>
+                                            <div class="row">
+                                                
+                                                <div class="col-md-6 sw-response-model">
+                                            </div>
+                                            
+                                            </div>                </dd>
+                            </dl>
+                        </section>
+                </div>
+            </div>    
+        
+        <span id="path--cloud-infrastructure-complexes-complex--physical-location-id--relationship-list-relationship-"></span>
+            <div id="operation--cloud-infrastructure-complexes-complex--physical-location-id--relationship-list-relationship-delete" class="swagger--panel-operation-delete panel">
+                <div class="panel-heading">
+                    <div class="operation-summary">delete an existing relationship</div>
+                    <h3 class="panel-title"><span class="operation-name">DELETE</span> <strong>/cloud-infrastructure/complexes/complex/{physical-location-id}/relationship-list/relationship</strong></h3>
+                        Tags:
+                            <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
+                </div>
+                <div class="panel-body">
+                    <section class="sw-operation-description">
+                        <p>delete an existing relationship</p>
+            
+                    </section>
+                       <section class="sw-request-body">
+                                
+                                    <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
+                        </p>
+                            </section>
+                        <section class="sw-request-params">
+                            <table class="table">
+                                <thead>
+                                <tr>
+                                    <th class="sw-param-name"></th>
+                                    <th class="sw-param-description"></th>
+                                    <th class="sw-param-type"></th>
+                                    <th class="sw-param-data-type"></th>
+                                    <th class="sw-param-annotation"></th>
+                                </tr>
+                                </thead>
+                                <tbody>
+                                        <tr>
+                                            <td>
+                                                physical-location-id
+                                            </td>
+                                            <td>
+                                               <p>Unique identifier for physical location, e.g., CLLI</p>
+                                        </td>
+                                            <td>path</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                                    <span class="json-property-required"></span>
+                                            </td>
+                                        </tr>
+                                </tbody>
+                            </table>
+                        </section>
+
+                        <section class="sw-responses">
+                                <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
+                    </p>
+                    
+                            <dl>
+                                <dt class="sw-response-default">
+                                        default 
+                                    
+                                    </dt>
+                                    <dd class="sw-response-default">
+                                            <div class="row">
+                                                <div class="col-md-12">
+                                                    <p>Response codes found in <a href="https://wiki.onap.org/">response codes</a>.</p>
+                                            
+                                                </div>
+                                            </div>
+                                            <div class="row">
+                                                
+                                                <div class="col-md-6 sw-response-model">
+                                            </div>
+                                            
+                                            </div>                </dd>
+                            </dl>
+                        </section>
+                </div>
+            </div>    
+        
+        <span id="path--cloud-infrastructure-network-profiles-"></span>
+            <div id="operation--cloud-infrastructure-network-profiles-get" class="swagger--panel-operation-get panel">
+                <div class="panel-heading">
+                    <div class="operation-summary">returns network-profiles</div>
+                    <h3 class="panel-title"><span class="operation-name">GET</span> <strong>/cloud-infrastructure/network-profiles</strong></h3>
+                        Tags:
+                            <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
+                </div>
+                <div class="panel-body">
+                    <section class="sw-operation-description">
+                        <p>returns network-profiles</p>
+            
+                    </section>
+
+                        <section class="sw-responses">
+                                <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
+                    </p>
+                    
+                            <dl>
+                                    <dt class="sw-response-200">
+                                        200 OK
+                                    
+                                    </dt>
+                                    <dd class="sw-response-200">
+                                            <div class="row">
+                                                <div class="col-md-12">
+                                                    <p>successful operation</p>
+                                            
+                                                </div>
+                                            </div>
+                                            <div class="row">
+
+                                                <div class="col-md-6 sw-response-model">
+                                                <div  class="panel panel-definition">
+
+                                                    <div class="panel-body">
+                                                        <a class="json-schema-ref" href="#/definitions/network-profiles">/network-profiles</a>
+                                                    </div>
+                                                </div>
+                                                </div>
+
+                                            </div>                </dd>
+                                <dt class="sw-response-default">
+                                        default 
+                                    
+                                    </dt>
+                                    <dd class="sw-response-default">
+                                            <div class="row">
+                                                <div class="col-md-12">
+                                                    <p>Response codes found in <a href="https://wiki.onap.org/">response codes</a>.</p>
+                                            
+                                                </div>
+                                            </div>
+                                            <div class="row">
+                                                
+                                                <div class="col-md-6 sw-response-model">
+                                            </div>
+                                            
+                                            </div>                </dd>
+                            </dl>
+                        </section>
+                </div>
+            </div>    
+        
+        <span id="path--cloud-infrastructure-network-profiles-network-profile--nm-profile-name--"></span>
+            <div id="operation--cloud-infrastructure-network-profiles-network-profile--nm-profile-name--get" class="swagger--panel-operation-get panel">
+                <div class="panel-heading">
+                    <div class="operation-summary">returns network-profile</div>
+                    <h3 class="panel-title"><span class="operation-name">GET</span> <strong>/cloud-infrastructure/network-profiles/network-profile/{nm-profile-name}</strong></h3>
+                        Tags:
+                            <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
+                </div>
+                <div class="panel-body">
+                    <section class="sw-operation-description">
+                        <p>returns network-profile</p>
+            
+                    </section>
+                        <section class="sw-request-params">
+                            <table class="table">
+                                <thead>
+                                <tr>
+                                    <th class="sw-param-name"></th>
+                                    <th class="sw-param-description"></th>
+                                    <th class="sw-param-type"></th>
+                                    <th class="sw-param-data-type"></th>
+                                    <th class="sw-param-annotation"></th>
+                                </tr>
+                                </thead>
+                                <tbody>
+                                        <tr>
+                                            <td>
+                                                nm-profile-name
+                                            </td>
+                                            <td>
+                                               <p>Unique name of network profile.</p>
+                                        </td>
+                                            <td>path</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                                    <span class="json-property-required"></span>
+                                            </td>
+                                        </tr>
+                                </tbody>
+                            </table>
+                        </section>
+
+                        <section class="sw-responses">
+                                <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
+                    </p>
+                    
+                            <dl>
+                                    <dt class="sw-response-200">
+                                        200 OK
+                                    
+                                    </dt>
+                                    <dd class="sw-response-200">
+                                            <div class="row">
+                                                <div class="col-md-12">
+                                                    <p>successful operation</p>
+                                            
+                                                </div>
+                                            </div>
+                                            <div class="row">
+
+                                                <div class="col-md-6 sw-response-model">
+                                                <div  class="panel panel-definition">
+
+                                                    <div class="panel-body">
+                                                        <a class="json-schema-ref" href="#/definitions/network-profile">/network-profile</a>
+                                                    </div>
+                                                </div>
+                                                </div>
+
+                                            </div>                </dd>
+                                <dt class="sw-response-default">
+                                        default 
+                                    
+                                    </dt>
+                                    <dd class="sw-response-default">
+                                            <div class="row">
+                                                <div class="col-md-12">
+                                                    <p>Response codes found in <a href="https://wiki.onap.org/">response codes</a>.</p>
+                                            
+                                                </div>
+                                            </div>
+                                            <div class="row">
+                                                
+                                                <div class="col-md-6 sw-response-model">
+                                            </div>
+                                            
+                                            </div>                </dd>
+                            </dl>
+                        </section>
+                </div>
+            </div>    
+        
+        <span id="path--cloud-infrastructure-network-profiles-network-profile--nm-profile-name--"></span>
+            <div id="operation--cloud-infrastructure-network-profiles-network-profile--nm-profile-name--put" class="swagger--panel-operation-put panel">
+                <div class="panel-heading">
+                    <div class="operation-summary">create or update an existing network-profile</div>
+                    <h3 class="panel-title"><span class="operation-name">PUT</span> <strong>/cloud-infrastructure/network-profiles/network-profile/{nm-profile-name}</strong></h3>
+                        Tags:
+                            <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
+                </div>
+                <div class="panel-body">
+                    <section class="sw-operation-description">
+                        <p>create or update an existing network-profile</p>
+            
+                    </section>
+                       <section class="sw-request-body">
+                                
+                                    <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
+                        </p>
+                                               <div class="row">
+                                            <div class="col-md-6">
+                                                <p><p>network-profile object that needs to be created or updated</p>
+                        </p>
+                                            </div>
+                                            <div class="col-md-6 sw-request-model">
+                            <div  class="panel panel-definition">
+                                <div class="panel-body">
+                                            <a class="json-schema-ref" href="#/definitions/network-profile">/network-profile</a>
+                                </div>
+                            </div></div>
+                                        </div>
+                            </section>
+                        <section class="sw-request-params">
+                            <table class="table">
+                                <thead>
+                                <tr>
+                                    <th class="sw-param-name"></th>
+                                    <th class="sw-param-description"></th>
+                                    <th class="sw-param-type"></th>
+                                    <th class="sw-param-data-type"></th>
+                                    <th class="sw-param-annotation"></th>
+                                </tr>
+                                </thead>
+                                <tbody>
+                                        <tr>
+                                            <td>
+                                                nm-profile-name
+                                            </td>
+                                            <td>
+                                               <p>Unique name of network profile.</p>
+                                        </td>
+                                            <td>path</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                                    <span class="json-property-required"></span>
+                                            </td>
+                                        </tr>
+                                </tbody>
+                            </table>
+                        </section>
+
+                        <section class="sw-responses">
+                                <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
+                    </p>
+                    
+                            <dl>
+                                <dt class="sw-response-default">
+                                        default 
+                                    
+                                    </dt>
+                                    <dd class="sw-response-default">
+                                            <div class="row">
+                                                <div class="col-md-12">
+                                                    <p>Response codes found in <a href="https://wiki.onap.org/">response codes</a>.</p>
+                                            
+                                                </div>
+                                            </div>
+                                            <div class="row">
+                                                
+                                                <div class="col-md-6 sw-response-model">
+                                            </div>
+                                            
+                                            </div>                </dd>
+                            </dl>
+                        </section>
+                </div>
+            </div>    
+        
+        <span id="path--cloud-infrastructure-network-profiles-network-profile--nm-profile-name--"></span>
+            <div id="operation--cloud-infrastructure-network-profiles-network-profile--nm-profile-name--delete" class="swagger--panel-operation-delete panel">
+                <div class="panel-heading">
+                    <div class="operation-summary">delete an existing network-profile</div>
+                    <h3 class="panel-title"><span class="operation-name">DELETE</span> <strong>/cloud-infrastructure/network-profiles/network-profile/{nm-profile-name}</strong></h3>
+                        Tags:
+                            <a href="#tag-CloudInfrastructure">CloudInfrastructure</a>
+                </div>
+                <div class="panel-body">
+                    <section class="sw-operation-description">
+                        <p>delete an existing network-profile</p>
+            
+                    </section>
+                       <section class="sw-request-body">
+                                
+                                    <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
+                        </p>
+                            </section>
+                        <section class="sw-request-params">
+                            <table class="table">
+                                <thead>
+                                <tr>
+                                    <th class="sw-param-name"></th>
+                                    <th class="sw-param-description"></th>
+                                    <th class="sw-param-type"></th>
+                                    <th class="sw-param-data-type"></th>
+                                    <th class="sw-param-annotation"></th>
+                                </tr>
+                                </thead>
+                                <tbody>
+                                        <tr>
+                                            <td>
+                                                nm-profile-name
+                                            </td>
+                                            <td>
+                                               <p>Unique name of network profile.</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -116112,894 +117468,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                 <tbody>
                                         <tr>
                                             <td>
-                                                vnf-id
-                                            </td>
-                                            <td>
-                                               <p>Unique id of VNF.  This is unique across the graph.</p>
-                                        </td>
-                                            <td>path</td>
-                                            <td>
-                                               <span class="json-property-type">string</span>
-                                        <span class="json-property-range" title="Value limits"></span>
-                                            </td>
-                                            <td>
-                                                    <span class="json-property-required"></span>
-                                            </td>
-                                        </tr>
-                                        <tr>
-                                            <td>
-                                                interface-id
-                                            </td>
-                                            <td>
-                                               <p>Unique ID of the interface</p>
-                                        </td>
-                                            <td>path</td>
-                                            <td>
-                                               <span class="json-property-type">string</span>
-                                        <span class="json-property-range" title="Value limits"></span>
-                                            </td>
-                                            <td>
-                                                    <span class="json-property-required"></span>
-                                            </td>
-                                        </tr>
-                                        <tr>
-                                            <td>
-                                                cvlan-tag
-                                            </td>
-                                            <td>
-                                               <p>See mis-na-virtualization-platform.yang</p>
-                                        </td>
-                                            <td>path</td>
-                                            <td>
-                                               <span class="json-property-type">integer</span>
-                                        <span class="json-property-range" title="Value limits"></span>
-                                            </td>
-                                            <td>
-                                                    <span class="json-property-required"></span>
-                                            </td>
-                                        </tr>
-                                </tbody>
-                            </table>
-                        </section>
-
-                        <section class="sw-responses">
-                                <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
-                    </p>
-                    
-                            <dl>
-                                <dt class="sw-response-default">
-                                        default 
-                                    
-                                    </dt>
-                                    <dd class="sw-response-default">
-                                            <div class="row">
-                                                <div class="col-md-12">
-                                                    <p>Response codes found in <a href="https://wiki.onap.org/">response codes</a>.</p>
-                                            
-                                                </div>
-                                            </div>
-                                            <div class="row">
-                                                
-                                                <div class="col-md-6 sw-response-model">
-                                            </div>
-                                            
-                                            </div>                </dd>
-                            </dl>
-                        </section>
-                </div>
-            </div>    
-        
-        <span id="path--network-vces-vce--vnf-id--port-groups-port-group--interface-id--relationship-list-relationship-"></span>
-            <div id="operation--network-vces-vce--vnf-id--port-groups-port-group--interface-id--relationship-list-relationship-put" class="swagger--panel-operation-put panel">
-                <div class="panel-heading">
-                    <div class="operation-summary">see node definition for valid relationships</div>
-                    <h3 class="panel-title"><span class="operation-name">PUT</span> <strong>/network/vces/vce/{vnf-id}/port-groups/port-group/{interface-id}/relationship-list/relationship</strong></h3>
-                        Tags:
-                            <a href="#tag-Network">Network</a>
-                </div>
-                <div class="panel-body">
-                    <section class="sw-operation-description">
-                        <p>see node definition for valid relationships</p>
-            
-                    </section>
-                       <section class="sw-request-body">
-                                
-                                    <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
-                        </p>
-                                               <div class="row">
-                                            <div class="col-md-6">
-                                                <p><p>relationship object that needs to be created or updated</p>
-                        </p>
-                                            </div>
-                                            <div class="col-md-6 sw-request-model">
-                            <div  class="panel panel-definition">
-                                <div class="panel-body">
-                                            <a class="json-schema-ref" href="#/definitions/relationship">/relationship</a>
-                                </div>
-                            </div></div>
-                                        </div>
-                            </section>
-                        <section class="sw-request-params">
-                            <table class="table">
-                                <thead>
-                                <tr>
-                                    <th class="sw-param-name"></th>
-                                    <th class="sw-param-description"></th>
-                                    <th class="sw-param-type"></th>
-                                    <th class="sw-param-data-type"></th>
-                                    <th class="sw-param-annotation"></th>
-                                </tr>
-                                </thead>
-                                <tbody>
-                                        <tr>
-                                            <td>
-                                                vnf-id
-                                            </td>
-                                            <td>
-                                               <p>Unique id of VNF.  This is unique across the graph.</p>
-                                        </td>
-                                            <td>path</td>
-                                            <td>
-                                               <span class="json-property-type">string</span>
-                                        <span class="json-property-range" title="Value limits"></span>
-                                            </td>
-                                            <td>
-                                                    <span class="json-property-required"></span>
-                                            </td>
-                                        </tr>
-                                        <tr>
-                                            <td>
-                                                interface-id
-                                            </td>
-                                            <td>
-                                               <p>Unique ID of the interface</p>
-                                        </td>
-                                            <td>path</td>
-                                            <td>
-                                               <span class="json-property-type">string</span>
-                                        <span class="json-property-range" title="Value limits"></span>
-                                            </td>
-                                            <td>
-                                                    <span class="json-property-required"></span>
-                                            </td>
-                                        </tr>
-                                </tbody>
-                            </table>
-                        </section>
-
-                        <section class="sw-responses">
-                                <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
-                    </p>
-                    
-                            <dl>
-                                <dt class="sw-response-default">
-                                        default 
-                                    
-                                    </dt>
-                                    <dd class="sw-response-default">
-                                            <div class="row">
-                                                <div class="col-md-12">
-                                                    <p>Response codes found in <a href="https://wiki.onap.org/">response codes</a>.</p>
-                                            
-                                                </div>
-                                            </div>
-                                            <div class="row">
-                                                
-                                                <div class="col-md-6 sw-response-model">
-                                            </div>
-                                            
-                                            </div>                </dd>
-                            </dl>
-                        </section>
-                </div>
-            </div>    
-        
-        <span id="path--network-vces-vce--vnf-id--port-groups-port-group--interface-id--relationship-list-relationship-"></span>
-            <div id="operation--network-vces-vce--vnf-id--port-groups-port-group--interface-id--relationship-list-relationship-delete" class="swagger--panel-operation-delete panel">
-                <div class="panel-heading">
-                    <div class="operation-summary">delete an existing relationship</div>
-                    <h3 class="panel-title"><span class="operation-name">DELETE</span> <strong>/network/vces/vce/{vnf-id}/port-groups/port-group/{interface-id}/relationship-list/relationship</strong></h3>
-                        Tags:
-                            <a href="#tag-Network">Network</a>
-                </div>
-                <div class="panel-body">
-                    <section class="sw-operation-description">
-                        <p>delete an existing relationship</p>
-            
-                    </section>
-                       <section class="sw-request-body">
-                                
-                                    <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
-                        </p>
-                            </section>
-                        <section class="sw-request-params">
-                            <table class="table">
-                                <thead>
-                                <tr>
-                                    <th class="sw-param-name"></th>
-                                    <th class="sw-param-description"></th>
-                                    <th class="sw-param-type"></th>
-                                    <th class="sw-param-data-type"></th>
-                                    <th class="sw-param-annotation"></th>
-                                </tr>
-                                </thead>
-                                <tbody>
-                                        <tr>
-                                            <td>
-                                                vnf-id
-                                            </td>
-                                            <td>
-                                               <p>Unique id of VNF.  This is unique across the graph.</p>
-                                        </td>
-                                            <td>path</td>
-                                            <td>
-                                               <span class="json-property-type">string</span>
-                                        <span class="json-property-range" title="Value limits"></span>
-                                            </td>
-                                            <td>
-                                                    <span class="json-property-required"></span>
-                                            </td>
-                                        </tr>
-                                        <tr>
-                                            <td>
-                                                interface-id
-                                            </td>
-                                            <td>
-                                               <p>Unique ID of the interface</p>
-                                        </td>
-                                            <td>path</td>
-                                            <td>
-                                               <span class="json-property-type">string</span>
-                                        <span class="json-property-range" title="Value limits"></span>
-                                            </td>
-                                            <td>
-                                                    <span class="json-property-required"></span>
-                                            </td>
-                                        </tr>
-                                </tbody>
-                            </table>
-                        </section>
-
-                        <section class="sw-responses">
-                                <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
-                    </p>
-                    
-                            <dl>
-                                <dt class="sw-response-default">
-                                        default 
-                                    
-                                    </dt>
-                                    <dd class="sw-response-default">
-                                            <div class="row">
-                                                <div class="col-md-12">
-                                                    <p>Response codes found in <a href="https://wiki.onap.org/">response codes</a>.</p>
-                                            
-                                                </div>
-                                            </div>
-                                            <div class="row">
-                                                
-                                                <div class="col-md-6 sw-response-model">
-                                            </div>
-                                            
-                                            </div>                </dd>
-                            </dl>
-                        </section>
-                </div>
-            </div>    
-        
-        <span id="path--network-vces-vce--vnf-id--relationship-list-relationship-"></span>
-            <div id="operation--network-vces-vce--vnf-id--relationship-list-relationship-put" class="swagger--panel-operation-put panel">
-                <div class="panel-heading">
-                    <div class="operation-summary">see node definition for valid relationships</div>
-                    <h3 class="panel-title"><span class="operation-name">PUT</span> <strong>/network/vces/vce/{vnf-id}/relationship-list/relationship</strong></h3>
-                        Tags:
-                            <a href="#tag-Network">Network</a>
-                </div>
-                <div class="panel-body">
-                    <section class="sw-operation-description">
-                        <p>see node definition for valid relationships</p>
-            
-                    </section>
-                       <section class="sw-request-body">
-                                
-                                    <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
-                        </p>
-                                               <div class="row">
-                                            <div class="col-md-6">
-                                                <p><p>relationship object that needs to be created or updated</p>
-                        </p>
-                                            </div>
-                                            <div class="col-md-6 sw-request-model">
-                            <div  class="panel panel-definition">
-                                <div class="panel-body">
-                                            <a class="json-schema-ref" href="#/definitions/relationship">/relationship</a>
-                                </div>
-                            </div></div>
-                                        </div>
-                            </section>
-                        <section class="sw-request-params">
-                            <table class="table">
-                                <thead>
-                                <tr>
-                                    <th class="sw-param-name"></th>
-                                    <th class="sw-param-description"></th>
-                                    <th class="sw-param-type"></th>
-                                    <th class="sw-param-data-type"></th>
-                                    <th class="sw-param-annotation"></th>
-                                </tr>
-                                </thead>
-                                <tbody>
-                                        <tr>
-                                            <td>
-                                                vnf-id
-                                            </td>
-                                            <td>
-                                               <p>Unique id of VNF.  This is unique across the graph.</p>
-                                        </td>
-                                            <td>path</td>
-                                            <td>
-                                               <span class="json-property-type">string</span>
-                                        <span class="json-property-range" title="Value limits"></span>
-                                            </td>
-                                            <td>
-                                                    <span class="json-property-required"></span>
-                                            </td>
-                                        </tr>
-                                </tbody>
-                            </table>
-                        </section>
-
-                        <section class="sw-responses">
-                                <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
-                    </p>
-                    
-                            <dl>
-                                <dt class="sw-response-default">
-                                        default 
-                                    
-                                    </dt>
-                                    <dd class="sw-response-default">
-                                            <div class="row">
-                                                <div class="col-md-12">
-                                                    <p>Response codes found in <a href="https://wiki.onap.org/">response codes</a>.</p>
-                                            
-                                                </div>
-                                            </div>
-                                            <div class="row">
-                                                
-                                                <div class="col-md-6 sw-response-model">
-                                            </div>
-                                            
-                                            </div>                </dd>
-                            </dl>
-                        </section>
-                </div>
-            </div>    
-        
-        <span id="path--network-vces-vce--vnf-id--relationship-list-relationship-"></span>
-            <div id="operation--network-vces-vce--vnf-id--relationship-list-relationship-delete" class="swagger--panel-operation-delete panel">
-                <div class="panel-heading">
-                    <div class="operation-summary">delete an existing relationship</div>
-                    <h3 class="panel-title"><span class="operation-name">DELETE</span> <strong>/network/vces/vce/{vnf-id}/relationship-list/relationship</strong></h3>
-                        Tags:
-                            <a href="#tag-Network">Network</a>
-                </div>
-                <div class="panel-body">
-                    <section class="sw-operation-description">
-                        <p>delete an existing relationship</p>
-            
-                    </section>
-                       <section class="sw-request-body">
-                                
-                                    <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
-                        </p>
-                            </section>
-                        <section class="sw-request-params">
-                            <table class="table">
-                                <thead>
-                                <tr>
-                                    <th class="sw-param-name"></th>
-                                    <th class="sw-param-description"></th>
-                                    <th class="sw-param-type"></th>
-                                    <th class="sw-param-data-type"></th>
-                                    <th class="sw-param-annotation"></th>
-                                </tr>
-                                </thead>
-                                <tbody>
-                                        <tr>
-                                            <td>
-                                                vnf-id
-                                            </td>
-                                            <td>
-                                               <p>Unique id of VNF.  This is unique across the graph.</p>
-                                        </td>
-                                            <td>path</td>
-                                            <td>
-                                               <span class="json-property-type">string</span>
-                                        <span class="json-property-range" title="Value limits"></span>
-                                            </td>
-                                            <td>
-                                                    <span class="json-property-required"></span>
-                                            </td>
-                                        </tr>
-                                </tbody>
-                            </table>
-                        </section>
-
-                        <section class="sw-responses">
-                                <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
-                    </p>
-                    
-                            <dl>
-                                <dt class="sw-response-default">
-                                        default 
-                                    
-                                    </dt>
-                                    <dd class="sw-response-default">
-                                            <div class="row">
-                                                <div class="col-md-12">
-                                                    <p>Response codes found in <a href="https://wiki.onap.org/">response codes</a>.</p>
-                                            
-                                                </div>
-                                            </div>
-                                            <div class="row">
-                                                
-                                                <div class="col-md-6 sw-response-model">
-                                            </div>
-                                            
-                                            </div>                </dd>
-                            </dl>
-                        </section>
-                </div>
-            </div>    
-        
-        <span id="path--network-vip-ipv4-address-list--vip-ipv4-address--"></span>
-            <div id="operation--network-vip-ipv4-address-list--vip-ipv4-address--get" class="swagger--panel-operation-get panel">
-                <div class="panel-heading">
-                    <div class="operation-summary">returns vip-ipv4-address-list</div>
-                    <h3 class="panel-title"><span class="operation-name">GET</span> <strong>/network/vip-ipv4-address-list/{vip-ipv4-address}</strong></h3>
-                        Tags:
-                            <a href="#tag-Network">Network</a>
-                </div>
-                <div class="panel-body">
-                    <section class="sw-operation-description">
-                        <p>returns vip-ipv4-address-list</p>
-            
-                    </section>
-                        <section class="sw-request-params">
-                            <table class="table">
-                                <thead>
-                                <tr>
-                                    <th class="sw-param-name"></th>
-                                    <th class="sw-param-description"></th>
-                                    <th class="sw-param-type"></th>
-                                    <th class="sw-param-data-type"></th>
-                                    <th class="sw-param-annotation"></th>
-                                </tr>
-                                </thead>
-                                <tbody>
-                                        <tr>
-                                            <td>
-                                                vip-ipv4-address
-                                            </td>
-                                            <td>
-                                               <p>IP address</p>
-                                        </td>
-                                            <td>path</td>
-                                            <td>
-                                               <span class="json-property-type">string</span>
-                                        <span class="json-property-range" title="Value limits"></span>
-                                            </td>
-                                            <td>
-                                                    <span class="json-property-required"></span>
-                                            </td>
-                                        </tr>
-                                        <tr>
-                                            <td>
-                                                vlan-id-inner
-                                            </td>
-                                            <td>
-                                               <p>Inner VLAN tag</p>
-                                        </td>
-                                            <td>query</td>
-                                            <td>
-                                               <span class="json-property-type">integer</span>
-                                        <span class="json-property-range" title="Value limits"></span>
-                                            </td>
-                                            <td>
-                                            </td>
-                                        </tr>
-                                        <tr>
-                                            <td>
-                                                neutron-network-id
-                                            </td>
-                                            <td>
-                                               <p>Neutron network id of the interface that address belongs to</p>
-                                        </td>
-                                            <td>query</td>
-                                            <td>
-                                               <span class="json-property-type">string</span>
-                                        <span class="json-property-range" title="Value limits"></span>
-                                            </td>
-                                            <td>
-                                            </td>
-                                        </tr>
-                                        <tr>
-                                            <td>
-                                                neutron-subnet-id
-                                            </td>
-                                            <td>
-                                               <p>Neutron id of subnet that address belongs to</p>
-                                        </td>
-                                            <td>query</td>
-                                            <td>
-                                               <span class="json-property-type">string</span>
-                                        <span class="json-property-range" title="Value limits"></span>
-                                            </td>
-                                            <td>
-                                            </td>
-                                        </tr>
-                                </tbody>
-                            </table>
-                        </section>
-
-                        <section class="sw-responses">
-                                <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
-                    </p>
-                    
-                            <dl>
-                                    <dt class="sw-response-200">
-                                        200 OK
-                                    
-                                    </dt>
-                                    <dd class="sw-response-200">
-                                            <div class="row">
-                                                <div class="col-md-12">
-                                                    <p>successful operation</p>
-                                            
-                                                </div>
-                                            </div>
-                                            <div class="row">
-
-                                                <div class="col-md-6 sw-response-model">
-                                                <div  class="panel panel-definition">
-
-                                                    <div class="panel-body">
-                                                        <a class="json-schema-ref" href="#/definitions/vip-ipv4-address-list">/vip-ipv4-address-list</a>
-                                                    </div>
-                                                </div>
-                                                </div>
-
-                                            </div>                </dd>
-                                <dt class="sw-response-default">
-                                        default 
-                                    
-                                    </dt>
-                                    <dd class="sw-response-default">
-                                            <div class="row">
-                                                <div class="col-md-12">
-                                                    <p>Response codes found in <a href="https://wiki.onap.org/">response codes</a>.</p>
-                                            
-                                                </div>
-                                            </div>
-                                            <div class="row">
-                                                
-                                                <div class="col-md-6 sw-response-model">
-                                            </div>
-                                            
-                                            </div>                </dd>
-                            </dl>
-                        </section>
-                </div>
-            </div>    
-        
-        <span id="path--network-vip-ipv4-address-list--vip-ipv4-address--"></span>
-            <div id="operation--network-vip-ipv4-address-list--vip-ipv4-address--put" class="swagger--panel-operation-put panel">
-                <div class="panel-heading">
-                    <div class="operation-summary">create or update an existing vip-ipv4-address-list</div>
-                    <h3 class="panel-title"><span class="operation-name">PUT</span> <strong>/network/vip-ipv4-address-list/{vip-ipv4-address}</strong></h3>
-                        Tags:
-                            <a href="#tag-Network">Network</a>
-                </div>
-                <div class="panel-body">
-                    <section class="sw-operation-description">
-                        <p>create or update an existing vip-ipv4-address-list</p>
-            
-                    </section>
-                       <section class="sw-request-body">
-                                
-                                    <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
-                        </p>
-                                               <div class="row">
-                                            <div class="col-md-6">
-                                                <p><p>vip-ipv4-address-list object that needs to be created or updated</p>
-                        </p>
-                                            </div>
-                                            <div class="col-md-6 sw-request-model">
-                            <div  class="panel panel-definition">
-                                <div class="panel-body">
-                                            <a class="json-schema-ref" href="#/definitions/vip-ipv4-address-list">/vip-ipv4-address-list</a>
-                                </div>
-                            </div></div>
-                                        </div>
-                            </section>
-                        <section class="sw-request-params">
-                            <table class="table">
-                                <thead>
-                                <tr>
-                                    <th class="sw-param-name"></th>
-                                    <th class="sw-param-description"></th>
-                                    <th class="sw-param-type"></th>
-                                    <th class="sw-param-data-type"></th>
-                                    <th class="sw-param-annotation"></th>
-                                </tr>
-                                </thead>
-                                <tbody>
-                                        <tr>
-                                            <td>
-                                                vip-ipv4-address
-                                            </td>
-                                            <td>
-                                               <p>IP address</p>
-                                        </td>
-                                            <td>path</td>
-                                            <td>
-                                               <span class="json-property-type">string</span>
-                                        <span class="json-property-range" title="Value limits"></span>
-                                            </td>
-                                            <td>
-                                                    <span class="json-property-required"></span>
-                                            </td>
-                                        </tr>
-                                </tbody>
-                            </table>
-                        </section>
-
-                        <section class="sw-responses">
-                                <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
-                    </p>
-                    
-                            <dl>
-                                <dt class="sw-response-default">
-                                        default 
-                                    
-                                    </dt>
-                                    <dd class="sw-response-default">
-                                            <div class="row">
-                                                <div class="col-md-12">
-                                                    <p>Response codes found in <a href="https://wiki.onap.org/">response codes</a>.</p>
-                                            
-                                                </div>
-                                            </div>
-                                            <div class="row">
-                                                
-                                                <div class="col-md-6 sw-response-model">
-                                            </div>
-                                            
-                                            </div>                </dd>
-                            </dl>
-                        </section>
-                </div>
-            </div>    
-        
-        <span id="path--network-vip-ipv4-address-list--vip-ipv4-address--"></span>
-            <div id="operation--network-vip-ipv4-address-list--vip-ipv4-address--delete" class="swagger--panel-operation-delete panel">
-                <div class="panel-heading">
-                    <div class="operation-summary">delete an existing vip-ipv4-address-list</div>
-                    <h3 class="panel-title"><span class="operation-name">DELETE</span> <strong>/network/vip-ipv4-address-list/{vip-ipv4-address}</strong></h3>
-                        Tags:
-                            <a href="#tag-Network">Network</a>
-                </div>
-                <div class="panel-body">
-                    <section class="sw-operation-description">
-                        <p>delete an existing vip-ipv4-address-list</p>
-            
-                    </section>
-                       <section class="sw-request-body">
-                                
-                                    <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
-                        </p>
-                            </section>
-                        <section class="sw-request-params">
-                            <table class="table">
-                                <thead>
-                                <tr>
-                                    <th class="sw-param-name"></th>
-                                    <th class="sw-param-description"></th>
-                                    <th class="sw-param-type"></th>
-                                    <th class="sw-param-data-type"></th>
-                                    <th class="sw-param-annotation"></th>
-                                </tr>
-                                </thead>
-                                <tbody>
-                                        <tr>
-                                            <td>
-                                                vip-ipv4-address
-                                            </td>
-                                            <td>
-                                               <p>IP address</p>
-                                        </td>
-                                            <td>path</td>
-                                            <td>
-                                               <span class="json-property-type">string</span>
-                                        <span class="json-property-range" title="Value limits"></span>
-                                            </td>
-                                            <td>
-                                                    <span class="json-property-required"></span>
-                                            </td>
-                                        </tr>
-                                        <tr>
-                                            <td>
-                                                resource-version
-                                            </td>
-                                            <td>
-                                               <p>resource-version for concurrency</p>
-                                        </td>
-                                            <td>query</td>
-                                            <td>
-                                               <span class="json-property-type">string</span>
-                                        <span class="json-property-range" title="Value limits"></span>
-                                            </td>
-                                            <td>
-                                                    <span class="json-property-required"></span>
-                                            </td>
-                                        </tr>
-                                </tbody>
-                            </table>
-                        </section>
-
-                        <section class="sw-responses">
-                                <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
-                    </p>
-                    
-                            <dl>
-                                <dt class="sw-response-default">
-                                        default 
-                                    
-                                    </dt>
-                                    <dd class="sw-response-default">
-                                            <div class="row">
-                                                <div class="col-md-12">
-                                                    <p>Response codes found in <a href="https://wiki.onap.org/">response codes</a>.</p>
-                                            
-                                                </div>
-                                            </div>
-                                            <div class="row">
-                                                
-                                                <div class="col-md-6 sw-response-model">
-                                            </div>
-                                            
-                                            </div>                </dd>
-                            </dl>
-                        </section>
-                </div>
-            </div>    
-        
-        <span id="path--network-vip-ipv4-address-list--vip-ipv4-address--relationship-list-relationship-"></span>
-            <div id="operation--network-vip-ipv4-address-list--vip-ipv4-address--relationship-list-relationship-put" class="swagger--panel-operation-put panel">
-                <div class="panel-heading">
-                    <div class="operation-summary">see node definition for valid relationships</div>
-                    <h3 class="panel-title"><span class="operation-name">PUT</span> <strong>/network/vip-ipv4-address-list/{vip-ipv4-address}/relationship-list/relationship</strong></h3>
-                        Tags:
-                            <a href="#tag-Network">Network</a>
-                </div>
-                <div class="panel-body">
-                    <section class="sw-operation-description">
-                        <p>see node definition for valid relationships</p>
-            
-                    </section>
-                       <section class="sw-request-body">
-                                
-                                    <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
-                        </p>
-                                               <div class="row">
-                                            <div class="col-md-6">
-                                                <p><p>relationship object that needs to be created or updated</p>
-                        </p>
-                                            </div>
-                                            <div class="col-md-6 sw-request-model">
-                            <div  class="panel panel-definition">
-                                <div class="panel-body">
-                                            <a class="json-schema-ref" href="#/definitions/relationship">/relationship</a>
-                                </div>
-                            </div></div>
-                                        </div>
-                            </section>
-                        <section class="sw-request-params">
-                            <table class="table">
-                                <thead>
-                                <tr>
-                                    <th class="sw-param-name"></th>
-                                    <th class="sw-param-description"></th>
-                                    <th class="sw-param-type"></th>
-                                    <th class="sw-param-data-type"></th>
-                                    <th class="sw-param-annotation"></th>
-                                </tr>
-                                </thead>
-                                <tbody>
-                                        <tr>
-                                            <td>
-                                                vip-ipv4-address
-                                            </td>
-                                            <td>
-                                               <p>IP address</p>
-                                        </td>
-                                            <td>path</td>
-                                            <td>
-                                               <span class="json-property-type">string</span>
-                                        <span class="json-property-range" title="Value limits"></span>
-                                            </td>
-                                            <td>
-                                                    <span class="json-property-required"></span>
-                                            </td>
-                                        </tr>
-                                </tbody>
-                            </table>
-                        </section>
-
-                        <section class="sw-responses">
-                                <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
-                    </p>
-                    
-                            <dl>
-                                <dt class="sw-response-default">
-                                        default 
-                                    
-                                    </dt>
-                                    <dd class="sw-response-default">
-                                            <div class="row">
-                                                <div class="col-md-12">
-                                                    <p>Response codes found in <a href="https://wiki.onap.org/">response codes</a>.</p>
-                                            
-                                                </div>
-                                            </div>
-                                            <div class="row">
-                                                
-                                                <div class="col-md-6 sw-response-model">
-                                            </div>
-                                            
-                                            </div>                </dd>
-                            </dl>
-                        </section>
-                </div>
-            </div>    
-        
-        <span id="path--network-vip-ipv4-address-list--vip-ipv4-address--relationship-list-relationship-"></span>
-            <div id="operation--network-vip-ipv4-address-list--vip-ipv4-address--relationship-list-relationship-delete" class="swagger--panel-operation-delete panel">
-                <div class="panel-heading">
-                    <div class="operation-summary">delete an existing relationship</div>
-                    <h3 class="panel-title"><span class="operation-name">DELETE</span> <strong>/network/vip-ipv4-address-list/{vip-ipv4-address}/relationship-list/relationship</strong></h3>
-                        Tags:
-                            <a href="#tag-Network">Network</a>
-                </div>
-                <div class="panel-body">
-                    <section class="sw-operation-description">
-                        <p>delete an existing relationship</p>
-            
-                    </section>
-                       <section class="sw-request-body">
-                                
-                                    <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
-                        </p>
-                            </section>
-                        <section class="sw-request-params">
-                            <table class="table">
-                                <thead>
-                                <tr>
-                                    <th class="sw-param-name"></th>
-                                    <th class="sw-param-description"></th>
-                                    <th class="sw-param-type"></th>
-                                    <th class="sw-param-data-type"></th>
-                                    <th class="sw-param-annotation"></th>
-                                </tr>
-                                </thead>
-                                <tbody>
-                                        <tr>
-                                            <td>
-                                                vip-ipv4-address
+                                                vnf-id
                                             </td>
                                             <td>
-                                               <p>IP address</p>
+                                               <p>Unique id of VNF.  This is unique across the graph.</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -117010,68 +117482,12 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                                     <span class="json-property-required"></span>
                                             </td>
                                         </tr>
-                                </tbody>
-                            </table>
-                        </section>
-
-                        <section class="sw-responses">
-                                <p><span class="label label-default">application/json</span> <span class="label label-default">application/xml</span> 
-                    </p>
-                    
-                            <dl>
-                                <dt class="sw-response-default">
-                                        default 
-                                    
-                                    </dt>
-                                    <dd class="sw-response-default">
-                                            <div class="row">
-                                                <div class="col-md-12">
-                                                    <p>Response codes found in <a href="https://wiki.onap.org/">response codes</a>.</p>
-                                            
-                                                </div>
-                                            </div>
-                                            <div class="row">
-                                                
-                                                <div class="col-md-6 sw-response-model">
-                                            </div>
-                                            
-                                            </div>                </dd>
-                            </dl>
-                        </section>
-                </div>
-            </div>    
-        
-        <span id="path--network-vip-ipv6-address-list--vip-ipv6-address--"></span>
-            <div id="operation--network-vip-ipv6-address-list--vip-ipv6-address--get" class="swagger--panel-operation-get panel">
-                <div class="panel-heading">
-                    <div class="operation-summary">returns vip-ipv6-address-list</div>
-                    <h3 class="panel-title"><span class="operation-name">GET</span> <strong>/network/vip-ipv6-address-list/{vip-ipv6-address}</strong></h3>
-                        Tags:
-                            <a href="#tag-Network">Network</a>
-                </div>
-                <div class="panel-body">
-                    <section class="sw-operation-description">
-                        <p>returns vip-ipv6-address-list</p>
-            
-                    </section>
-                        <section class="sw-request-params">
-                            <table class="table">
-                                <thead>
-                                <tr>
-                                    <th class="sw-param-name"></th>
-                                    <th class="sw-param-description"></th>
-                                    <th class="sw-param-type"></th>
-                                    <th class="sw-param-data-type"></th>
-                                    <th class="sw-param-annotation"></th>
-                                </tr>
-                                </thead>
-                                <tbody>
                                         <tr>
                                             <td>
-                                                vip-ipv6-address
+                                                interface-id
                                             </td>
                                             <td>
-                                               <p>IP address</p>
+                                               <p>Unique ID of the interface</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -117084,47 +117500,18 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                         </tr>
                                         <tr>
                                             <td>
-                                                vlan-id-inner
+                                                cvlan-tag
                                             </td>
                                             <td>
-                                               <p>Inner VLAN tag</p>
+                                               <p>See mis-na-virtualization-platform.yang</p>
                                         </td>
-                                            <td>query</td>
+                                            <td>path</td>
                                             <td>
                                                <span class="json-property-type">integer</span>
                                         <span class="json-property-range" title="Value limits"></span>
                                             </td>
                                             <td>
-                                            </td>
-                                        </tr>
-                                        <tr>
-                                            <td>
-                                                neutron-network-id
-                                            </td>
-                                            <td>
-                                               <p>Neutron network id of the interface that address belongs to</p>
-                                        </td>
-                                            <td>query</td>
-                                            <td>
-                                               <span class="json-property-type">string</span>
-                                        <span class="json-property-range" title="Value limits"></span>
-                                            </td>
-                                            <td>
-                                            </td>
-                                        </tr>
-                                        <tr>
-                                            <td>
-                                                neutron-subnet-id
-                                            </td>
-                                            <td>
-                                               <p>Neutron id of subnet that address belongs to</p>
-                                        </td>
-                                            <td>query</td>
-                                            <td>
-                                               <span class="json-property-type">string</span>
-                                        <span class="json-property-range" title="Value limits"></span>
-                                            </td>
-                                            <td>
+                                                    <span class="json-property-required"></span>
                                             </td>
                                         </tr>
                                 </tbody>
@@ -117136,29 +117523,6 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                     </p>
                     
                             <dl>
-                                    <dt class="sw-response-200">
-                                        200 OK
-                                    
-                                    </dt>
-                                    <dd class="sw-response-200">
-                                            <div class="row">
-                                                <div class="col-md-12">
-                                                    <p>successful operation</p>
-                                            
-                                                </div>
-                                            </div>
-                                            <div class="row">
-
-                                                <div class="col-md-6 sw-response-model">
-                                                <div  class="panel panel-definition">
-
-                                                    <div class="panel-body">
-                                                        <a class="json-schema-ref" href="#/definitions/vip-ipv6-address-list">/vip-ipv6-address-list</a>
-                                                    </div>
-                                                </div>
-                                                </div>
-
-                                            </div>                </dd>
                                 <dt class="sw-response-default">
                                         default 
                                     
@@ -117181,17 +117545,17 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                 </div>
             </div>    
         
-        <span id="path--network-vip-ipv6-address-list--vip-ipv6-address--"></span>
-            <div id="operation--network-vip-ipv6-address-list--vip-ipv6-address--put" class="swagger--panel-operation-put panel">
+        <span id="path--network-vces-vce--vnf-id--port-groups-port-group--interface-id--relationship-list-relationship-"></span>
+            <div id="operation--network-vces-vce--vnf-id--port-groups-port-group--interface-id--relationship-list-relationship-put" class="swagger--panel-operation-put panel">
                 <div class="panel-heading">
-                    <div class="operation-summary">create or update an existing vip-ipv6-address-list</div>
-                    <h3 class="panel-title"><span class="operation-name">PUT</span> <strong>/network/vip-ipv6-address-list/{vip-ipv6-address}</strong></h3>
+                    <div class="operation-summary">see node definition for valid relationships</div>
+                    <h3 class="panel-title"><span class="operation-name">PUT</span> <strong>/network/vces/vce/{vnf-id}/port-groups/port-group/{interface-id}/relationship-list/relationship</strong></h3>
                         Tags:
                             <a href="#tag-Network">Network</a>
                 </div>
                 <div class="panel-body">
                     <section class="sw-operation-description">
-                        <p>create or update an existing vip-ipv6-address-list</p>
+                        <p>see node definition for valid relationships</p>
             
                     </section>
                        <section class="sw-request-body">
@@ -117200,13 +117564,13 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                         </p>
                                                <div class="row">
                                             <div class="col-md-6">
-                                                <p><p>vip-ipv6-address-list object that needs to be created or updated</p>
+                                                <p><p>relationship object that needs to be created or updated</p>
                         </p>
                                             </div>
                                             <div class="col-md-6 sw-request-model">
                             <div  class="panel panel-definition">
                                 <div class="panel-body">
-                                            <a class="json-schema-ref" href="#/definitions/vip-ipv6-address-list">/vip-ipv6-address-list</a>
+                                            <a class="json-schema-ref" href="#/definitions/relationship">/relationship</a>
                                 </div>
                             </div></div>
                                         </div>
@@ -117225,10 +117589,26 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                 <tbody>
                                         <tr>
                                             <td>
-                                                vip-ipv6-address
+                                                vnf-id
                                             </td>
                                             <td>
-                                               <p>IP address</p>
+                                               <p>Unique id of VNF.  This is unique across the graph.</p>
+                                        </td>
+                                            <td>path</td>
+                                            <td>
+                                               <span class="json-property-type">string</span>
+                                        <span class="json-property-range" title="Value limits"></span>
+                                            </td>
+                                            <td>
+                                                    <span class="json-property-required"></span>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td>
+                                                interface-id
+                                            </td>
+                                            <td>
+                                               <p>Unique ID of the interface</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -117270,17 +117650,17 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                 </div>
             </div>    
         
-        <span id="path--network-vip-ipv6-address-list--vip-ipv6-address--"></span>
-            <div id="operation--network-vip-ipv6-address-list--vip-ipv6-address--delete" class="swagger--panel-operation-delete panel">
+        <span id="path--network-vces-vce--vnf-id--port-groups-port-group--interface-id--relationship-list-relationship-"></span>
+            <div id="operation--network-vces-vce--vnf-id--port-groups-port-group--interface-id--relationship-list-relationship-delete" class="swagger--panel-operation-delete panel">
                 <div class="panel-heading">
-                    <div class="operation-summary">delete an existing vip-ipv6-address-list</div>
-                    <h3 class="panel-title"><span class="operation-name">DELETE</span> <strong>/network/vip-ipv6-address-list/{vip-ipv6-address}</strong></h3>
+                    <div class="operation-summary">delete an existing relationship</div>
+                    <h3 class="panel-title"><span class="operation-name">DELETE</span> <strong>/network/vces/vce/{vnf-id}/port-groups/port-group/{interface-id}/relationship-list/relationship</strong></h3>
                         Tags:
                             <a href="#tag-Network">Network</a>
                 </div>
                 <div class="panel-body">
                     <section class="sw-operation-description">
-                        <p>delete an existing vip-ipv6-address-list</p>
+                        <p>delete an existing relationship</p>
             
                     </section>
                        <section class="sw-request-body">
@@ -117302,10 +117682,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                 <tbody>
                                         <tr>
                                             <td>
-                                                vip-ipv6-address
+                                                vnf-id
                                             </td>
                                             <td>
-                                               <p>IP address</p>
+                                               <p>Unique id of VNF.  This is unique across the graph.</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -117318,12 +117698,12 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                         </tr>
                                         <tr>
                                             <td>
-                                                resource-version
+                                                interface-id
                                             </td>
                                             <td>
-                                               <p>resource-version for concurrency</p>
+                                               <p>Unique ID of the interface</p>
                                         </td>
-                                            <td>query</td>
+                                            <td>path</td>
                                             <td>
                                                <span class="json-property-type">string</span>
                                         <span class="json-property-range" title="Value limits"></span>
@@ -117363,11 +117743,11 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                 </div>
             </div>    
         
-        <span id="path--network-vip-ipv6-address-list--vip-ipv6-address--relationship-list-relationship-"></span>
-            <div id="operation--network-vip-ipv6-address-list--vip-ipv6-address--relationship-list-relationship-put" class="swagger--panel-operation-put panel">
+        <span id="path--network-vces-vce--vnf-id--relationship-list-relationship-"></span>
+            <div id="operation--network-vces-vce--vnf-id--relationship-list-relationship-put" class="swagger--panel-operation-put panel">
                 <div class="panel-heading">
                     <div class="operation-summary">see node definition for valid relationships</div>
-                    <h3 class="panel-title"><span class="operation-name">PUT</span> <strong>/network/vip-ipv6-address-list/{vip-ipv6-address}/relationship-list/relationship</strong></h3>
+                    <h3 class="panel-title"><span class="operation-name">PUT</span> <strong>/network/vces/vce/{vnf-id}/relationship-list/relationship</strong></h3>
                         Tags:
                             <a href="#tag-Network">Network</a>
                 </div>
@@ -117407,10 +117787,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                 <tbody>
                                         <tr>
                                             <td>
-                                                vip-ipv6-address
+                                                vnf-id
                                             </td>
                                             <td>
-                                               <p>IP address</p>
+                                               <p>Unique id of VNF.  This is unique across the graph.</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -117452,11 +117832,11 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                 </div>
             </div>    
         
-        <span id="path--network-vip-ipv6-address-list--vip-ipv6-address--relationship-list-relationship-"></span>
-            <div id="operation--network-vip-ipv6-address-list--vip-ipv6-address--relationship-list-relationship-delete" class="swagger--panel-operation-delete panel">
+        <span id="path--network-vces-vce--vnf-id--relationship-list-relationship-"></span>
+            <div id="operation--network-vces-vce--vnf-id--relationship-list-relationship-delete" class="swagger--panel-operation-delete panel">
                 <div class="panel-heading">
                     <div class="operation-summary">delete an existing relationship</div>
-                    <h3 class="panel-title"><span class="operation-name">DELETE</span> <strong>/network/vip-ipv6-address-list/{vip-ipv6-address}/relationship-list/relationship</strong></h3>
+                    <h3 class="panel-title"><span class="operation-name">DELETE</span> <strong>/network/vces/vce/{vnf-id}/relationship-list/relationship</strong></h3>
                         Tags:
                             <a href="#tag-Network">Network</a>
                 </div>
@@ -117484,10 +117864,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                 <tbody>
                                         <tr>
                                             <td>
-                                                vip-ipv6-address
+                                                vnf-id
                                             </td>
                                             <td>
-                                               <p>IP address</p>
+                                               <p>Unique id of VNF.  This is unique across the graph.</p>
                                         </td>
                                             <td>path</td>
                                             <td>
@@ -146922,6 +147302,8 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
 <li>TO group-assignment (comprises cloud-region, One2Many)</li>
 <li>TO snapshot (comprises cloud-region, One2Many)</li>
 <li>TO zone (Many2One)</li>
+<li>TO vip-ipv4-address-list (comprises cloud-region, One2Many)</li>
+<li>TO vip-ipv6-address-list (comprises cloud-region, One2Many)</li>
 <li>FROM pserver</li>
 <li>FROM logical-link</li></ul>
                             
@@ -147292,6 +147674,46 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                                                         
                                                                         <div class="json-inner-schema">
                                                                             
+                                                                        </div>
+                                                                    </section>                </div>
+                                            </dd>
+                                            <dt data-property-name="vip-ipv4-address-list">
+                                                <span class="json-property-name">vip-ipv4-address-list:</span>
+                                                <span class="json-property-type">object[]</span>
+                                                <span class="json-property-range" title="Value limits"></span>
+                                                
+                                            </dt>
+                                            <dd>
+                                                
+                                                <div class="json-inner-schema">
+                                                    
+                                                                    <section class="json-schema-array-items">
+                                                                        <span class="json-property-type">    <a class="json-schema-ref" href="#/definitions/vip-ipv4-address-list">vip-ipv4-address-list</a>
+                                                                        </span>
+                                                                        <span class="json-property-range" title="Value limits"></span>
+                                                                        
+                                                                        <div class="json-inner-schema">
+                                                                            
+                                                                        </div>
+                                                                    </section>                </div>
+                                            </dd>
+                                            <dt data-property-name="vip-ipv6-address-list">
+                                                <span class="json-property-name">vip-ipv6-address-list:</span>
+                                                <span class="json-property-type">object[]</span>
+                                                <span class="json-property-range" title="Value limits"></span>
+                                                
+                                            </dt>
+                                            <dd>
+                                                
+                                                <div class="json-inner-schema">
+                                                    
+                                                                    <section class="json-schema-array-items">
+                                                                        <span class="json-property-type">    <a class="json-schema-ref" href="#/definitions/vip-ipv6-address-list">vip-ipv6-address-list</a>
+                                                                        </span>
+                                                                        <span class="json-property-range" title="Value limits"></span>
+                                                                        
+                                                                        <div class="json-inner-schema">
+                                                                            
                                                                         </div>
                                                                     </section>                </div>
                                             </dd>
@@ -151996,7 +152418,9 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
 <li>FROM pnf</li>
 <li>FROM allotted-resource</li>
 <li>FROM generic-vnf</li>
-<li>FROM service-instance</li></ul>
+<li>FROM service-instance</li>
+<li>FROM vip-ipv4-address-list</li>
+<li>FROM vip-ipv6-address-list</li></ul>
                             
                                 </section>
 
@@ -156780,46 +157204,6 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                                                         
                                                                         <div class="json-inner-schema">
                                                                             
-                                                                        </div>
-                                                                    </section>                </div>
-                                            </dd>
-                                            <dt data-property-name="vip-ipv4-address-list">
-                                                <span class="json-property-name">vip-ipv4-address-list:</span>
-                                                <span class="json-property-type">object</span>
-                                                <span class="json-property-range" title="Value limits"></span>
-                                                
-                                            </dt>
-                                            <dd>
-                                                
-                                                <div class="json-inner-schema">
-                                                    
-                                                                    <section class="json-schema-array-items">
-                                                                        <span class="json-property-type">    <a class="json-schema-ref" href="#/definitions/vip-ipv4-address-list">vip-ipv4-address-list</a>
-                                                                        </span>
-                                                                        <span class="json-property-range" title="Value limits"></span>
-                                                                        
-                                                                        <div class="json-inner-schema">
-                                                                            
-                                                                        </div>
-                                                                    </section>                </div>
-                                            </dd>
-                                            <dt data-property-name="vip-ipv6-address-list">
-                                                <span class="json-property-name">vip-ipv6-address-list:</span>
-                                                <span class="json-property-type">object</span>
-                                                <span class="json-property-range" title="Value limits"></span>
-                                                
-                                            </dt>
-                                            <dd>
-                                                
-                                                <div class="json-inner-schema">
-                                                    
-                                                                    <section class="json-schema-array-items">
-                                                                        <span class="json-property-type">    <a class="json-schema-ref" href="#/definitions/vip-ipv6-address-list">vip-ipv6-address-list</a>
-                                                                        </span>
-                                                                        <span class="json-property-range" title="Value limits"></span>
-                                                                        
-                                                                        <div class="json-inner-schema">
-                                                                            
                                                                         </div>
                                                                     </section>                </div>
                                             </dd>
@@ -163376,7 +163760,9 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
 <li>TO host-route (comprises subnet, One2Many)</li>
 <li>FROM l3-interface-ipv4-address-list</li>
 <li>FROM l3-interface-ipv6-address-list</li>
-<li>FROM l3-network (is composed of subnet)</li></ul>
+<li>FROM l3-network (is composed of subnet)</li>
+<li>FROM vip-ipv4-address-list</li>
+<li>FROM vip-ipv6-address-list</li></ul>
                             
                                 </section>
 
@@ -164922,7 +165308,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                     <p>IPv4 Address Range</p>
 <h6 id="related-nodes">Related Nodes</h6>
 <ul>
-<li>FROM vnfc</li></ul>
+<li>TO instance-group (Many2Many)</li>
+<li>TO subnet (Many2Many)</li>
+<li>FROM vnfc</li>
+<li>FROM cloud-region (is composed of vip-ipv4-address-list)</li></ul>
                             
                                 </section>
 
@@ -165063,7 +165452,10 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen
                                     <p>IPv6 Address Range</p>
 <h6 id="related-nodes">Related Nodes</h6>
 <ul>
-<li>FROM vnfc</li></ul>
+<li>TO instance-group (Many2Many)</li>
+<li>TO subnet (Many2Many)</li>
+<li>FROM vnfc</li>
+<li>FROM cloud-region (is composed of vip-ipv6-address-list)</li></ul>
                             
                                 </section>
 
index 3f250f6..73a943f 100644 (file)
@@ -6228,6 +6228,406 @@ paths:
           description: Cloud-owner defined type indicator (e.g., dcp, lcp)
           required: false
           type: string
+  /cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv4-address-list/{vip-ipv4-address}/relationship-list/relationship:
+    put:
+      tags:
+        - CloudInfrastructure
+      summary: see node definition for valid relationships
+      operationId: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressListRelationshipListRelationship
+      consumes:
+        - application/json
+        - application/xml
+      produces:
+        - application/json
+        - application/xml
+      responses:
+        "default":
+          description: Response codes found in [response codes](https://wiki.onap.org/).
+      parameters:
+        - name: cloud-owner
+          in: path
+          description: Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname
+          required: true
+          type: string
+        - name: cloud-region-id
+          in: path
+          description: Identifier used by the vendor for the region. Second part of composite key
+          required: true
+          type: string
+        - name: vip-ipv4-address
+          in: path
+          description: IP address
+          required: true
+          type: string
+        - name: body
+          in: body
+          description: relationship object that needs to be created or updated
+          required: true
+          schema:
+            $ref: "#/definitions/relationship"
+    delete:
+      tags:
+        - CloudInfrastructure
+      summary: delete an existing relationship
+      description: delete an existing relationship
+      operationId: deleteCloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressListRelationshipListRelationship
+      consumes:
+        - application/json
+        - application/xml
+      produces:
+        - application/json
+        - application/xml
+      responses:
+        "default":
+          description: Response codes found in [response codes](https://wiki.onap.org/).
+      parameters:
+        - name: cloud-owner
+          in: path
+          description: Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname
+          required: true
+          type: string
+        - name: cloud-region-id
+          in: path
+          description: Identifier used by the vendor for the region. Second part of composite key
+          required: true
+          type: string
+        - name: vip-ipv4-address
+          in: path
+          description: IP address
+          required: true
+          type: string
+  /cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv4-address-list/{vip-ipv4-address}:
+    get:
+      tags:
+        - CloudInfrastructure
+      summary: returns vip-ipv4-address-list
+      description: returns vip-ipv4-address-list
+      operationId: getCloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressList
+      produces:
+        - application/json
+        - application/xml
+      responses:
+        "200":
+          description: successful operation
+          schema:
+              $ref: "#/definitions/vip-ipv4-address-list"
+        "default":
+          description: Response codes found in [response codes](https://wiki.onap.org/).
+      parameters:
+        - name: cloud-owner
+          in: path
+          description: Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname
+          required: true
+          type: string
+        - name: cloud-region-id
+          in: path
+          description: Identifier used by the vendor for the region. Second part of composite key
+          required: true
+          type: string
+        - name: vip-ipv4-address
+          in: path
+          description: IP address
+          required: true
+          type: string
+        - name: cloud-type
+          in: query
+          description: Type of the cloud (e.g., openstack)
+          required: false
+          type: string
+        - name: owner-defined-type
+          in: query
+          description: Cloud-owner defined type indicator (e.g., dcp, lcp)
+          required: false
+          type: string
+        - name: vlan-id-inner
+          in: query
+          description: Inner VLAN tag
+          required: false
+          type: integer
+          format: int64
+        - name: neutron-network-id
+          in: query
+          description: Neutron network id of the interface that address belongs to
+          required: false
+          type: string
+        - name: neutron-subnet-id
+          in: query
+          description: Neutron id of subnet that address belongs to
+          required: false
+          type: string
+    put:
+      tags:
+        - CloudInfrastructure
+      summary: create or update an existing vip-ipv4-address-list
+      description: create or update an existing vip-ipv4-address-list
+      operationId: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressList
+      consumes:
+        - application/json
+        - application/xml
+      produces:
+        - application/json
+        - application/xml
+      responses:
+        "default":
+          description: Response codes found in [response codes](https://wiki.onap.org/).
+      parameters:
+        - name: cloud-owner
+          in: path
+          description: Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname
+          required: true
+          type: string
+        - name: cloud-region-id
+          in: path
+          description: Identifier used by the vendor for the region. Second part of composite key
+          required: true
+          type: string
+        - name: vip-ipv4-address
+          in: path
+          description: IP address
+          required: true
+          type: string
+        - name: body
+          in: body
+          description: vip-ipv4-address-list object that needs to be created or updated
+          required: true
+          schema:
+            $ref: "#/definitions/vip-ipv4-address-list"
+    delete:
+      tags:
+        - CloudInfrastructure
+      summary: delete an existing vip-ipv4-address-list
+      description: delete an existing vip-ipv4-address-list
+      operationId: deleteCloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressList
+      consumes:
+        - application/json
+        - application/xml
+      produces:
+        - application/json
+        - application/xml
+      responses:
+        "default":
+          description: Response codes found in [response codes](https://wiki.onap.org/).
+      parameters:
+        - name: cloud-owner
+          in: path
+          description: Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname
+          required: true
+          type: string
+        - name: cloud-region-id
+          in: path
+          description: Identifier used by the vendor for the region. Second part of composite key
+          required: true
+          type: string
+        - name: vip-ipv4-address
+          in: path
+          description: IP address
+          required: true
+          type: string
+        - name: resource-version
+          in: query
+          description: resource-version for concurrency
+          required: true
+          type: string
+  /cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv6-address-list/{vip-ipv6-address}/relationship-list/relationship:
+    put:
+      tags:
+        - CloudInfrastructure
+      summary: see node definition for valid relationships
+      operationId: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressListRelationshipListRelationship
+      consumes:
+        - application/json
+        - application/xml
+      produces:
+        - application/json
+        - application/xml
+      responses:
+        "default":
+          description: Response codes found in [response codes](https://wiki.onap.org/).
+      parameters:
+        - name: cloud-owner
+          in: path
+          description: Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname
+          required: true
+          type: string
+        - name: cloud-region-id
+          in: path
+          description: Identifier used by the vendor for the region. Second part of composite key
+          required: true
+          type: string
+        - name: vip-ipv6-address
+          in: path
+          description: IP address
+          required: true
+          type: string
+        - name: body
+          in: body
+          description: relationship object that needs to be created or updated
+          required: true
+          schema:
+            $ref: "#/definitions/relationship"
+    delete:
+      tags:
+        - CloudInfrastructure
+      summary: delete an existing relationship
+      description: delete an existing relationship
+      operationId: deleteCloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressListRelationshipListRelationship
+      consumes:
+        - application/json
+        - application/xml
+      produces:
+        - application/json
+        - application/xml
+      responses:
+        "default":
+          description: Response codes found in [response codes](https://wiki.onap.org/).
+      parameters:
+        - name: cloud-owner
+          in: path
+          description: Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname
+          required: true
+          type: string
+        - name: cloud-region-id
+          in: path
+          description: Identifier used by the vendor for the region. Second part of composite key
+          required: true
+          type: string
+        - name: vip-ipv6-address
+          in: path
+          description: IP address
+          required: true
+          type: string
+  /cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv6-address-list/{vip-ipv6-address}:
+    get:
+      tags:
+        - CloudInfrastructure
+      summary: returns vip-ipv6-address-list
+      description: returns vip-ipv6-address-list
+      operationId: getCloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressList
+      produces:
+        - application/json
+        - application/xml
+      responses:
+        "200":
+          description: successful operation
+          schema:
+              $ref: "#/definitions/vip-ipv6-address-list"
+        "default":
+          description: Response codes found in [response codes](https://wiki.onap.org/).
+      parameters:
+        - name: cloud-owner
+          in: path
+          description: Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname
+          required: true
+          type: string
+        - name: cloud-region-id
+          in: path
+          description: Identifier used by the vendor for the region. Second part of composite key
+          required: true
+          type: string
+        - name: vip-ipv6-address
+          in: path
+          description: IP address
+          required: true
+          type: string
+        - name: cloud-type
+          in: query
+          description: Type of the cloud (e.g., openstack)
+          required: false
+          type: string
+        - name: owner-defined-type
+          in: query
+          description: Cloud-owner defined type indicator (e.g., dcp, lcp)
+          required: false
+          type: string
+        - name: vlan-id-inner
+          in: query
+          description: Inner VLAN tag
+          required: false
+          type: integer
+          format: int64
+        - name: neutron-network-id
+          in: query
+          description: Neutron network id of the interface that address belongs to
+          required: false
+          type: string
+        - name: neutron-subnet-id
+          in: query
+          description: Neutron id of subnet that address belongs to
+          required: false
+          type: string
+    put:
+      tags:
+        - CloudInfrastructure
+      summary: create or update an existing vip-ipv6-address-list
+      description: create or update an existing vip-ipv6-address-list
+      operationId: createOrUpdateCloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressList
+      consumes:
+        - application/json
+        - application/xml
+      produces:
+        - application/json
+        - application/xml
+      responses:
+        "default":
+          description: Response codes found in [response codes](https://wiki.onap.org/).
+      parameters:
+        - name: cloud-owner
+          in: path
+          description: Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname
+          required: true
+          type: string
+        - name: cloud-region-id
+          in: path
+          description: Identifier used by the vendor for the region. Second part of composite key
+          required: true
+          type: string
+        - name: vip-ipv6-address
+          in: path
+          description: IP address
+          required: true
+          type: string
+        - name: body
+          in: body
+          description: vip-ipv6-address-list object that needs to be created or updated
+          required: true
+          schema:
+            $ref: "#/definitions/vip-ipv6-address-list"
+    delete:
+      tags:
+        - CloudInfrastructure
+      summary: delete an existing vip-ipv6-address-list
+      description: delete an existing vip-ipv6-address-list
+      operationId: deleteCloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressList
+      consumes:
+        - application/json
+        - application/xml
+      produces:
+        - application/json
+        - application/xml
+      responses:
+        "default":
+          description: Response codes found in [response codes](https://wiki.onap.org/).
+      parameters:
+        - name: cloud-owner
+          in: path
+          description: Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname
+          required: true
+          type: string
+        - name: cloud-region-id
+          in: path
+          description: Identifier used by the vendor for the region. Second part of composite key
+          required: true
+          type: string
+        - name: vip-ipv6-address
+          in: path
+          description: IP address
+          required: true
+          type: string
+        - name: resource-version
+          in: query
+          description: resource-version for concurrency
+          required: true
+          type: string
   /cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}:
     get:
       tags:
@@ -41153,286 +41553,6 @@ paths:
               $ref: "#/definitions/zones"
         "default":
           description: Response codes found in [response codes](https://wiki.onap.org/).
-  /network/vip-ipv4-address-list/{vip-ipv4-address}/relationship-list/relationship:
-    put:
-      tags:
-        - Network
-      summary: see node definition for valid relationships
-      operationId: createOrUpdateNetworkVipIpv4AddressListRelationshipListRelationship
-      consumes:
-        - application/json
-        - application/xml
-      produces:
-        - application/json
-        - application/xml
-      responses:
-        "default":
-          description: Response codes found in [response codes](https://wiki.onap.org/).
-      parameters:
-        - name: vip-ipv4-address
-          in: path
-          description: IP address
-          required: true
-          type: string
-        - name: body
-          in: body
-          description: relationship object that needs to be created or updated
-          required: true
-          schema:
-            $ref: "#/definitions/relationship"
-    delete:
-      tags:
-        - Network
-      summary: delete an existing relationship
-      description: delete an existing relationship
-      operationId: deleteNetworkVipIpv4AddressListRelationshipListRelationship
-      consumes:
-        - application/json
-        - application/xml
-      produces:
-        - application/json
-        - application/xml
-      responses:
-        "default":
-          description: Response codes found in [response codes](https://wiki.onap.org/).
-      parameters:
-        - name: vip-ipv4-address
-          in: path
-          description: IP address
-          required: true
-          type: string
-  /network/vip-ipv4-address-list/{vip-ipv4-address}:
-    get:
-      tags:
-        - Network
-      summary: returns vip-ipv4-address-list
-      description: returns vip-ipv4-address-list
-      operationId: getNetworkVipIpv4AddressList
-      produces:
-        - application/json
-        - application/xml
-      responses:
-        "200":
-          description: successful operation
-          schema:
-              $ref: "#/definitions/vip-ipv4-address-list"
-        "default":
-          description: Response codes found in [response codes](https://wiki.onap.org/).
-      parameters:
-        - name: vip-ipv4-address
-          in: path
-          description: IP address
-          required: true
-          type: string
-        - name: vlan-id-inner
-          in: query
-          description: Inner VLAN tag
-          required: false
-          type: integer
-          format: int64
-        - name: neutron-network-id
-          in: query
-          description: Neutron network id of the interface that address belongs to
-          required: false
-          type: string
-        - name: neutron-subnet-id
-          in: query
-          description: Neutron id of subnet that address belongs to
-          required: false
-          type: string
-    put:
-      tags:
-        - Network
-      summary: create or update an existing vip-ipv4-address-list
-      description: create or update an existing vip-ipv4-address-list
-      operationId: createOrUpdateNetworkVipIpv4AddressList
-      consumes:
-        - application/json
-        - application/xml
-      produces:
-        - application/json
-        - application/xml
-      responses:
-        "default":
-          description: Response codes found in [response codes](https://wiki.onap.org/).
-      parameters:
-        - name: vip-ipv4-address
-          in: path
-          description: IP address
-          required: true
-          type: string
-        - name: body
-          in: body
-          description: vip-ipv4-address-list object that needs to be created or updated
-          required: true
-          schema:
-            $ref: "#/definitions/vip-ipv4-address-list"
-    delete:
-      tags:
-        - Network
-      summary: delete an existing vip-ipv4-address-list
-      description: delete an existing vip-ipv4-address-list
-      operationId: deleteNetworkVipIpv4AddressList
-      consumes:
-        - application/json
-        - application/xml
-      produces:
-        - application/json
-        - application/xml
-      responses:
-        "default":
-          description: Response codes found in [response codes](https://wiki.onap.org/).
-      parameters:
-        - name: vip-ipv4-address
-          in: path
-          description: IP address
-          required: true
-          type: string
-        - name: resource-version
-          in: query
-          description: resource-version for concurrency
-          required: true
-          type: string
-  /network/vip-ipv6-address-list/{vip-ipv6-address}/relationship-list/relationship:
-    put:
-      tags:
-        - Network
-      summary: see node definition for valid relationships
-      operationId: createOrUpdateNetworkVipIpv6AddressListRelationshipListRelationship
-      consumes:
-        - application/json
-        - application/xml
-      produces:
-        - application/json
-        - application/xml
-      responses:
-        "default":
-          description: Response codes found in [response codes](https://wiki.onap.org/).
-      parameters:
-        - name: vip-ipv6-address
-          in: path
-          description: IP address
-          required: true
-          type: string
-        - name: body
-          in: body
-          description: relationship object that needs to be created or updated
-          required: true
-          schema:
-            $ref: "#/definitions/relationship"
-    delete:
-      tags:
-        - Network
-      summary: delete an existing relationship
-      description: delete an existing relationship
-      operationId: deleteNetworkVipIpv6AddressListRelationshipListRelationship
-      consumes:
-        - application/json
-        - application/xml
-      produces:
-        - application/json
-        - application/xml
-      responses:
-        "default":
-          description: Response codes found in [response codes](https://wiki.onap.org/).
-      parameters:
-        - name: vip-ipv6-address
-          in: path
-          description: IP address
-          required: true
-          type: string
-  /network/vip-ipv6-address-list/{vip-ipv6-address}:
-    get:
-      tags:
-        - Network
-      summary: returns vip-ipv6-address-list
-      description: returns vip-ipv6-address-list
-      operationId: getNetworkVipIpv6AddressList
-      produces:
-        - application/json
-        - application/xml
-      responses:
-        "200":
-          description: successful operation
-          schema:
-              $ref: "#/definitions/vip-ipv6-address-list"
-        "default":
-          description: Response codes found in [response codes](https://wiki.onap.org/).
-      parameters:
-        - name: vip-ipv6-address
-          in: path
-          description: IP address
-          required: true
-          type: string
-        - name: vlan-id-inner
-          in: query
-          description: Inner VLAN tag
-          required: false
-          type: integer
-          format: int64
-        - name: neutron-network-id
-          in: query
-          description: Neutron network id of the interface that address belongs to
-          required: false
-          type: string
-        - name: neutron-subnet-id
-          in: query
-          description: Neutron id of subnet that address belongs to
-          required: false
-          type: string
-    put:
-      tags:
-        - Network
-      summary: create or update an existing vip-ipv6-address-list
-      description: create or update an existing vip-ipv6-address-list
-      operationId: createOrUpdateNetworkVipIpv6AddressList
-      consumes:
-        - application/json
-        - application/xml
-      produces:
-        - application/json
-        - application/xml
-      responses:
-        "default":
-          description: Response codes found in [response codes](https://wiki.onap.org/).
-      parameters:
-        - name: vip-ipv6-address
-          in: path
-          description: IP address
-          required: true
-          type: string
-        - name: body
-          in: body
-          description: vip-ipv6-address-list object that needs to be created or updated
-          required: true
-          schema:
-            $ref: "#/definitions/vip-ipv6-address-list"
-    delete:
-      tags:
-        - Network
-      summary: delete an existing vip-ipv6-address-list
-      description: delete an existing vip-ipv6-address-list
-      operationId: deleteNetworkVipIpv6AddressList
-      consumes:
-        - application/json
-        - application/xml
-      produces:
-        - application/json
-        - application/xml
-      responses:
-        "default":
-          description: Response codes found in [response codes](https://wiki.onap.org/).
-      parameters:
-        - name: vip-ipv6-address
-          in: path
-          description: IP address
-          required: true
-          type: string
-        - name: resource-version
-          in: query
-          description: resource-version for concurrency
-          required: true
-          type: string
 definitions:
   search:
     properties:
@@ -42568,6 +42688,90 @@ definitions:
         type: array
         items:          
           $ref: "#/definitions/esr-system-info"
+  vip-ipv4-address-list:
+    description: |
+      IPv4 Address Range
+      ###### Related Nodes
+      - TO instance-group (Many2Many)
+      - TO subnet (Many2Many)
+      - FROM vnfc
+      - FROM cloud-region (is composed of vip-ipv4-address-list)
+    required:
+    - vip-ipv4-address
+    properties:
+      vip-ipv4-address:
+        type: string
+        description: IP address
+      vip-ipv4-prefix-length:
+        type: integer
+        format: int64
+        description: Prefix length, 32 for single address
+      vlan-id-inner:
+        type: integer
+        format: int64
+        description: Inner VLAN tag
+      vlan-id-outer:
+        type: integer
+        format: int64
+        description: Outer VLAN tag
+      is-floating:
+        type: boolean
+        description: Indicator of fixed or floating address
+      resource-version:
+        type: string
+        description: Used for optimistic concurrency.  Must be empty on create, valid on update and delete.
+      neutron-network-id:
+        type: string
+        description: Neutron network id of the interface that address belongs to
+      neutron-subnet-id:
+        type: string
+        description: Neutron id of subnet that address belongs to
+      relationship-list:
+        type: array
+        items:
+          $ref: "#/definitions/relationship"
+  vip-ipv6-address-list:
+    description: |
+      IPv6 Address Range
+      ###### Related Nodes
+      - TO instance-group (Many2Many)
+      - TO subnet (Many2Many)
+      - FROM vnfc
+      - FROM cloud-region (is composed of vip-ipv6-address-list)
+    required:
+    - vip-ipv6-address
+    properties:
+      vip-ipv6-address:
+        type: string
+        description: IP address
+      vip-ipv6-prefix-length:
+        type: integer
+        format: int64
+        description: Prefix length, 128 for single address
+      vlan-id-inner:
+        type: integer
+        format: int64
+        description: Inner VLAN tag
+      vlan-id-outer:
+        type: integer
+        format: int64
+        description: Outer VLAN tag
+      is-floating:
+        type: boolean
+        description: Indicator of fixed or floating address
+      resource-version:
+        type: string
+        description: Used for optimistic concurrency.  Must be empty on create, valid on update and delete.
+      neutron-network-id:
+        type: string
+        description: Neutron network id of the interface that address belongs to
+      neutron-subnet-id:
+        type: string
+        description: Neutron id of subnet that address belongs to
+      relationship-list:
+        type: array
+        items:
+          $ref: "#/definitions/relationship"
   cloud-region:
     description: |
       cloud-region designates an installation of a cloud cluster or region or instantiation.
@@ -42585,6 +42789,8 @@ definitions:
       - TO group-assignment (comprises cloud-region, One2Many)
       - TO snapshot (comprises cloud-region, One2Many)
       - TO zone (Many2One)
+      - TO vip-ipv4-address-list (comprises cloud-region, One2Many)
+      - TO vip-ipv6-address-list (comprises cloud-region, One2Many)
       - FROM pserver
       - FROM logical-link
     required:
@@ -42671,6 +42877,14 @@ definitions:
         type: array
         items:
           $ref: "#/definitions/esr-system-info"
+      vip-ipv4-address-list:
+        type: array
+        items:          
+          $ref: "#/definitions/vip-ipv4-address-list"
+      vip-ipv6-address-list:
+        type: array
+        items:          
+          $ref: "#/definitions/vip-ipv6-address-list"
   cloud-regions:
     properties:
       cloud-region:
@@ -44878,6 +45092,8 @@ definitions:
       - FROM l3-interface-ipv4-address-list
       - FROM l3-interface-ipv6-address-list
       - FROM l3-network (is composed of subnet)
+      - FROM vip-ipv4-address-list
+      - FROM vip-ipv6-address-list
     required:
     - subnet-id
     - dhcp-enabled
@@ -45859,6 +46075,8 @@ definitions:
       - FROM allotted-resource
       - FROM generic-vnf
       - FROM service-instance
+      - FROM vip-ipv4-address-list
+      - FROM vip-ipv6-address-list
     required:
     - instance-group-role
     - model-invariant-id
@@ -45948,84 +46166,6 @@ definitions:
         type: array
         items:          
           $ref: "#/definitions/zone"
-  vip-ipv4-address-list:
-    description: |
-      IPv4 Address Range
-      ###### Related Nodes
-      - FROM vnfc
-    required:
-    - vip-ipv4-address
-    properties:
-      vip-ipv4-address:
-        type: string
-        description: IP address
-      vip-ipv4-prefix-length:
-        type: integer
-        format: int64
-        description: Prefix length, 32 for single address
-      vlan-id-inner:
-        type: integer
-        format: int64
-        description: Inner VLAN tag
-      vlan-id-outer:
-        type: integer
-        format: int64
-        description: Outer VLAN tag
-      is-floating:
-        type: boolean
-        description: Indicator of fixed or floating address
-      resource-version:
-        type: string
-        description: Used for optimistic concurrency.  Must be empty on create, valid on update and delete.
-      neutron-network-id:
-        type: string
-        description: Neutron network id of the interface that address belongs to
-      neutron-subnet-id:
-        type: string
-        description: Neutron id of subnet that address belongs to
-      relationship-list:
-        type: array
-        items:
-          $ref: "#/definitions/relationship"
-  vip-ipv6-address-list:
-    description: |
-      IPv6 Address Range
-      ###### Related Nodes
-      - FROM vnfc
-    required:
-    - vip-ipv6-address
-    properties:
-      vip-ipv6-address:
-        type: string
-        description: IP address
-      vip-ipv6-prefix-length:
-        type: integer
-        format: int64
-        description: Prefix length, 128 for single address
-      vlan-id-inner:
-        type: integer
-        format: int64
-        description: Inner VLAN tag
-      vlan-id-outer:
-        type: integer
-        format: int64
-        description: Outer VLAN tag
-      is-floating:
-        type: boolean
-        description: Indicator of fixed or floating address
-      resource-version:
-        type: string
-        description: Used for optimistic concurrency.  Must be empty on create, valid on update and delete.
-      neutron-network-id:
-        type: string
-        description: Neutron network id of the interface that address belongs to
-      neutron-subnet-id:
-        type: string
-        description: Neutron id of subnet that address belongs to
-      relationship-list:
-        type: array
-        items:
-          $ref: "#/definitions/relationship"
   network:
     description: |
       Namespace for network inventory resources.
@@ -46102,12 +46242,6 @@ definitions:
         type: array
         items:
           $ref: "#/definitions/zone"
-      vip-ipv4-address-list:
-        type: object
-        $ref: "#/definitions/vip-ipv4-address-list"
-      vip-ipv6-address-list:
-        type: object
-        $ref: "#/definitions/vip-ipv6-address-list"
   inventory:
     properties:
       search:
index e0b1158..ecf163e 100644 (file)
                                <xml-element java-attribute="availabilityZones" name="availability-zones" type="inventory.aai.onap.org.v11.AvailabilityZones" />
                                <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v11.RelationshipList" />
                                <xml-element java-attribute="esrSystemInfoList" name="esr-system-info-list" type="inventory.aai.onap.org.v11.EsrSystemInfoList" />
+                               <xml-element container-type="java.util.ArrayList" java-attribute="vipIpv4AddressList" name="vip-ipv4-address-list" type="inventory.aai.onap.org.v11.VipIpv4AddressList" />
+                               <xml-element container-type="java.util.ArrayList" java-attribute="vipIpv6AddressList" name="vip-ipv6-address-list" type="inventory.aai.onap.org.v11.VipIpv6AddressList" />
                        </java-attributes>
                        <xml-properties>
                                <xml-property name="description" value="cloud-region designates an installation of a cloud cluster or region or instantiation." />
                        <xml-properties>
                                <xml-property name="description" value="IPv6 Address Range" />
                                <xml-property name="indexedProps" value="l3-interface-ipv6-address,vlan-id-inner,neutron-network-id,neutron-subnet-id" />
-                               <xml-property name="dependentOn" value="vlan,l-interface" />
+                               <xml-property name="dependentOn" value="vlan,l-interface,vnfc" />
                        </xml-properties>
                </java-type>
 
                                <xml-element java-attribute="routeTableReferences" name="route-table-references" type="inventory.aai.onap.org.v11.RouteTableReferences" />
                                <xml-element java-attribute="instanceGroups" name="instance-groups" type="inventory.aai.onap.org.v11.InstanceGroups" />
                                <xml-element java-attribute="zones" name="zones" type="inventory.aai.onap.org.v11.Zones" />
-                               <xml-element java-attribute="vipIpv4AddressList" name="vip-ipv4-address-list" type="inventory.aai.onap.org.v11.VipIpv4AddressList" />
-                               <xml-element java-attribute="vipIpv6AddressList" name="vip-ipv6-address-list" type="inventory.aai.onap.org.v11.VipIpv6AddressList" />
                        </java-attributes>
                </java-type>
         <java-type name="Configurations">
                        <xml-properties>
                                <xml-property name="description" value="IPv4 Address Range" />
                                <xml-property name="indexedProps" value="vip-ipv4-address,vlan-id-inner,neutron-network-id,neutron-subnet-id" />
+                               <xml-property name="dependentOn" value="cloud-region" />
                        </xml-properties>
                </java-type>
 
                        <xml-properties>
                                <xml-property name="description" value="IPv6 Address Range" />
                                <xml-property name="indexedProps" value="vip-ipv6-address,vlan-id-inner,neutron-network-id,neutron-subnet-id" />
+                               <xml-property name="dependentOn" value="cloud-region" />
                        </xml-properties>
                </java-type>
        </java-types>