summaryrefslogtreecommitdiffstats
path: root/netconf/restconf/restconf-nb-bierman02/src/test/resources/parts/ietf-interfaces_interfaces_patch.json
blob: 26b8f8d41d8f33d3ae973fbde5c97bc999264e8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "ietf-restconf:yang-patch" : {
    "patch-id" : "0",
    "edit" : [
      {
        "edit-id" : "edit1",
        "operation" : "create",
        "target" : "",
        "value" : {
         "interface":[
         {
            "name":"eth0",
            "type":"ethernetCsmacd",
            "enabled":"false",
            "description": "some interface"
         }
        ]
      }
     }
    ]
  }
}