Unable to update leaf-list data with PUT request on the device
Description
Adding a new item to the leaf-list fails with a 400 Bad Request error, with the following error message: "Payload name ((urn:foo)baz-list) is different from identifier name ((urn:foo)baz-list[delta])"
This issue is caused when parsing data from JSON to NormalizedNode. Similar to the MapNode body parser, it always produces a single-entry LeafSetNode and should instead provide its child.
Steps to reproduce: 1. Start testtool with following model:
Adding a new item to the leaf-list fails with a 400 Bad Request error, with the following error message:
"Payload name ((urn:foo)baz-list) is different from identifier name ((urn:foo)baz-list[delta])"
This issue is caused when parsing data from JSON to
NormalizedNode
. Similar to theMapNode
body parser, it always produces a single-entryLeafSetNode
and should instead provide its child.Steps to reproduce:
1. Start testtool with following model:
Start ODL features: “feature:install odl-netconf-topology odl-restconf-all”
Populate the “foo” model with data
Put new element into leaf-list