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 [email protected] https://lists.opendaylight.org/mailman/listinfo/controller-dev
