aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/test-blueprint/capability_restconf/Templates/config-assign-restconf-configlet-template.vtl
blob: af91ba00d9c25d0bc42f1de588fd0704bdb2c845 (plain)
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
46
47
48
49
50
51
52
53
{
   "ietf-restconf:yang-patch":{
      "patch-id":"patch-1",
      "edit":[
         {
            "edit-id":"edit1",
            "operation":"merge",
            "target":"/",
            "value":{
               "netconflist":{
                  "netconf":[
                     {
                        "netconf-id":"10",
                        "netconf-param":"1000"
                     }
                  ]
               }
            }
         },
         {
            "edit-id":"edit2",
            "operation":"merge",
            "target":"/",
            "value":{
               "netconflist":{
                  "netconf":[
                     {
                        "netconf-id":"20",
                        "netconf-param":"2000"
                     }
                  ]
               }
            }
         },
         {
            "edit-id":"edit3",
            "operation":"merge",
            "target":"/",
            "value":{
               "netconflist":{
                  "netconf":[
                     {
                        "netconf-id":"30",
                        "netconf-param":"3000"
                     }
                  ]
               }
            }
         }

      ]
   }
}