blob: a4729961214e2bd0e409bfd1a8caf231459aa98e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<generic-vnfs xmlns="http://org.openecomp.aai.inventory/v3">
<generic-vnf>
<vnf-id>2f1cc940-455f-4ee2-9411-a7899cd4f124</vnf-id>
<vnf-name>testVnfName123</vnf-name>
<vnf-type>mmsc-capacity</vnf-type>
<service-id>a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb</service-id>
<equipment-role>vMMSC</equipment-role>
<orchestration-status>pending-create</orchestration-status>
<resource-version>testReVer123</resource-version>
<relationship-list>
<relationship>
<related-to>nothing</related-to>
<related-link>https://aai-app-e2e.test.com:8443/aai/v3/network/l3-networks/l3-network/c597ab81-fece-49f4-a4f5-710cebb13c29/</related-link>
<relationship-data>
<relationship-key>l3-network.network-id</relationship-key>
<relationship-value>c597ab81-fece-49f4-a4f5-710cebb13c29</relationship-value>
</relationship-data>
</relationship>
</relationship-list>
<l-interfaces/>
<lag-interfaces/>
</generic-vnf>
</generic-vnfs>
|