Service Logic (DG/Templates) for SDNR OOF PCI POC
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / oofpcipoc-generic-neighbor-patch.json
1 {
2     "ietf-yang-patch:yang-patch": {
3         "patch-id": "Patch 2",
4         "comment": "patch for configuring neighbor ",
5         "edit": [
6             {
7                 "edit-id": "patch blacklisted",
8                 "operation": "merge",
9                 "target": "/oofpcipoc:blacklisted",
10                 "value": {
11                     "blacklisted": ${tmp.blacklisted}
12                 }
13             },
14             {
15                 "edit-id": "patch phy-cell-id",
16                 "operation": "merge",
17                 "target": "/oofpcipoc:phy-cell-id",
18                 "value": {
19                     "phy-cell-id": ${tmp.phy-cell-id}
20                 }
21             }
22         ]
23     }
24 }