aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/test-blueprint/capability_restconf/Templates/config-assign-restconf-configlet-template.vtl
blob: e3d7a6716c7a7bed3b7d0f28477c7bcd6505587e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<yang-patch xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-patch">
<patch-id>example-patch</patch-id>
<comment>Example patch</comment>
<edit>
  <edit-id>edit1</edit-id>
  <operation>create</operation>
  <target>/car-entry</target>
  <value>
    <car-entry xmlns="urn:opendaylight:params:xml:ns:yang:controller:config:sal-clustering-it:car">
      <id>0</id>
    </car-entry>
  </value>
</edit>
<edit>
  <edit-id>edit2</edit-id>
  <operation>delete</operation>
  <target>/car-entry/0</target>
</edit>
</yang-patch>