[NETCONF-735] Support NETCONF get/get-config with multiple selected subtrees Created: 21/Oct/20 Updated: 12/May/21 Resolved: 12/May/21 |
|
| Status: | Resolved |
| Project: | netconf |
| Component/s: | netconf, restconf-nb |
| Affects Version/s: | None |
| Fix Version/s: | Aluminium SR4, 1.13.2 |
| Type: | New Feature | Priority: | Medium |
| Reporter: | Jaroslav Tóth | Assignee: | Jaroslav Tóth |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||
| Description |
|
According to RFC 6241, NETCONF should support reading of multiple subtrees using single get/get-config RPC request. See following examples:
Current implementation of NETCONF in ODL supports only construction of simple subtree filter based on one YangInstanceIdentifier path. On RESTCONF side, there is 'fields' query parameter that can be used for testing of this feature - most, if not all patterns that can be built using fields query parameter can be emulated using subtree filtering; see details: What should be done:
Use case:
Note: similar ticket on ONAP JIRA: |