org.onap migration
[vid.git] / vid-app-common / src / test / resources / vnfConfigUpdatePayload.json
1 {
2     "payload":{
3         "request-parameters":{
4             "vm":[
5                 {
6                     "vnfc":[
7                         {
8                             "ipaddress-v4-oam-vip":"135.21.166.39",
9                             "vnfc-name":"ibcx0001vm001dbg001",
10                             "vnfc-function-code":"dbg",
11                             "vnfc-type":"DBE-VM #1",
12                             "group-notation":"ibcx0001vm001dbg001pair"
13                         }
14                     ],
15                     "vm-name":"ibcx0001vm001"
16                 },
17                 {
18                     "vnfc":[
19                         {
20                             "vnfc-name":"ibcx0001vm002dbg001",
21                             "vnfc-function-code":"dbg",
22                             "vnfc-type":"DBE-VM #1",
23                             "group-notation":"ibcx0001vm001dbg001pair"
24                         }
25                     ],
26                     "vm-name":"ibcx0001vm002"
27                 }
28             ],
29             "vnf-name":"ibcx0099v",
30             "template-name":"vdbe_template1"
31         },
32         "configuration":{
33             "configuration-json":"{\n   \"version\": \"15.1X49-D50.3\",\n   \"groups\": {\n      \"name\": \"node0\",\n      \"system\": {\n         \"host-name\": \"$node0_hostname\",\n         \"backup-router\": {\n            \"address\": \"$node0_backup_router_address\",\n            \"destination\": \"0.0.0.0/0\"\n         }\n      }\n   }\n}",
34             "configuration-string": "   <configuration xmlns=\"http://xml.juniper.net/xnm/1.1/xnm\" \n    xmlns:a=\"http://xml.juniper.net/junos/15.1X49/junos\" >\n            <version>15.1X49-D50.3<\/version>\n            <groups>\n                <name>node0<\/name>\n                <system>\n                    <host-name>$node0_hostname<\/host-name>\n                    <backup-router>\n                        <address>$node0_backup_router_address<\/address>\n                        <destination>0.0.0.0/0<\/destination>\n             <\/backup-router>\n                <\/system>\n     <\/groups>\n    <\/configuration>"
35         },
36         "configuration-parameters":{
37             "nat_source_sp_v6rogerssnat_address1":"2001:1890:fc45:f025:135:25:246:c806/128"
38         }
39     }
40 }