Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
Operating System: Windows
Platform: PC
-
718
Description
when URI contains key of list and this key is leafref type then Restconf returns:
"fooKey from URI can't be resolved. "
yang snippet example:
list fooList {
key "name";
leaf name {
type leafref
}
}
URI example:
restconf/config/moduleName:fooList/fooKey