Re: [controller-dev] restconf fields

2017-05-18 Thread linarnan
hi Ivan Hraško , thanks for reply Do u know is it support in Boron-SR3 ? still not working with --- GET http://localhost:8181/restconf/17/data/opendaylight-inventory:nodes/?fields=node(id) --- My WADL file is https://gist.github.com/linarnan/8a5e6ca7c1374eb60cd7aa7359360a1d can't se

[controller-dev] restconf fields

2017-05-17 Thread linarnan
I trying to use "fields" query parameter through restconf in Boron-SR3 like this GET http://127.0.0.1:8181/restconf/operational/opendaylight-inventory:nodes/?fields=node(id) but not working . Does it work in inventory-nodes or topology in ODL now ? How should use it ? _