add view feature and decompress zip file
[ccsdk/cds.git] / components / model-catalog / blueprint-model / uat-blueprints / pnf_config_aai / Templates / config-assign-restconf-configlet-template.vtl
1 {
2    "ietf-restconf:yang-patch":{
3       "patch-id":"patch-1",
4       "edit":[
5          {
6             "edit-id":"edit1",
7             "operation":"merge",
8             "target":"/",
9             "value":{
10                "netconflist":{
11                   "netconf":[
12                      {
13                         "netconf-id":"10",
14                         "netconf-param":"1000"
15                      }
16                   ]
17                }
18             }
19          },
20          {
21             "edit-id":"edit2",
22             "operation":"merge",
23             "target":"/",
24             "value":{
25                "netconflist":{
26                   "netconf":[
27                      {
28                         "netconf-id":"20",
29                         "netconf-param":"2000"
30                      }
31                   ]
32                }
33             }
34          },
35          {
36             "edit-id":"edit3",
37             "operation":"merge",
38             "target":"/",
39             "value":{
40                "netconflist":{
41                   "netconf":[
42                      {
43                         "netconf-id":"30",
44                         "netconf-param":"3000"
45                      }
46                   ]
47                }
48             }
49          }
50
51       ]
52    }
53 }