aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/test-blueprint/capability_restconf/Templates/config-assign-restconf-configlet-template.vtl
blob: 3812380ea23fb5150c949e9ca107ad9221ece6c7 (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
{
   "ietf-restconf:yang-patch":{
      "patch-id":"patch-1",
      "edit":[
         {
            "edit-id":"edit1",
            "operation":"merge",
            "target":"/",
            "value":{
               "netconflist":{
                  "netconf":[
                     {
                        "netconf-id":"40",
                        "netconf-param":"4040"
                     }
                  ]
               }
            }
         },
         {
            "edit-id":"edit2",
            "operation":"merge",
            "target":"/",
            "value":{
               "netconflist":{
                  "netconf":[
                     {
                        "netconf-id":"50",
                        "netconf-param":"98765"
                     }
                  ]
               }
            }
         }
      ]
   }
}