blob: 4c9cd721dff0ceea7ca6e972d989e90234fa45c7 (
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
|
{
"data": {
"push-change-update": {
"datastore-changes": {
"ietf-yang-patch:yang-patch": {
"patch-id": "34534ffd98",
"edit": [
{
"edit-id": "ded43434-1",
"operation": "replace",
"target": "ancestor:ancestor/parent[@id='parent1']/child[@id='child1']/grandchild[@id='grandchild1']/relation[@id='relation1']",
"value": {
"attributes": []
}
},
{
"edit-id": "ded43434-2",
"operation": "create",
"target": "ancestor:ancestor/parent[@id='parent1']/child[@id='child1']/grandchild[@id='grandchild1']/relation[@id='relation1']",
"value": {
"attributes": [
{
"isHoAllowed": false
}
]
}
},
{
"edit-id": "ded43434-3",
"operation": "delete",
"target": "ancestor:ancestor/parent[@id='parent1']/child[@id='child1']/grandchild[@id='grandchild1']/relation[@id='relation1']"
}
]
}
}
}
}
}
|