what is the output you are getting? it does through error. what version of
ODL you are using?

provide response you are getting.


On Sun, Mar 26, 2017 at 2:01 AM, Vikram Darsi <vda...@advaoptical.com>
wrote:

> Hi
>
>
>
> Mandatory attributes inside RPC input are not honoured , therefore RPC’s
> can be invoked without passing mandatory attributes.
>
>
>
> rpc say-hello {
>
>        input{
>
>            leaf name{
>
>               type string;
>
>               mandatory true;
>
>            }
>
>        }
>
>     }
>
>
>
> Whereas with RESTCONF url’s the mandatory attributes validation is
> working. Is this a bug?
>
>
>
>
>
> Thanks
>
> Vikram
>
>
>
>
>
>
> _______________________________________________
> controller-dev mailing list
> controller-dev@lists.opendaylight.org
> https://lists.opendaylight.org/mailman/listinfo/controller-dev
>
>
_______________________________________________
controller-dev mailing list
controller-dev@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/controller-dev

Reply via email to