1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
{
"vnf-topology":{
"vnf-resource-assignments": {
"availability-zones": {
"availability-zone": "zone0"
},
"vnf-networks": {
"vnf-network": [
{
"network-role": "vnfNetworkRole0",
"neutron-id": "neutronId0",
"network-name": "netName0",
"contrail-network-fqdn": "netFqdnValue0",
"subnets-data": {
"subnet-data": [
{
"ip-version": "ipv4",
"subnet-id": "subnetId0",
"dhcp-enabled": "Y"
},
{
"ip-version": "ipv6",
"subnet-id": "subnetId1",
"dhcp-enabled": "Y"
}
]
}
}
]
}
},
"vnf-parameters-data": {
"param": [
{
"name": "key1",
"value": "value1"
}
]
},
"aic-clli": "",
"tenant": "",
"vnf-topology-identifier-structure": {},
"onap-model-information": {},
"aic-cloud-region": ""
}}
|