Thanks Robert for the information. Please refer below scenario: public static final QName QNAME = QName.create(XYZ.QNAME, "abc").intern(); public static final YangInstanceIdentifier.NodeIdentifier NODEID = new YangInstanceIdentifier.NodeIdentifier(QNAME);
In our cohort flow for "abc" input value from NBI is "123" cohort validation should change to "999". Any pointers for this scenario? Regards, -Vishwa -----Original Message----- From: Robert Varga [mailto:n...@hq.sk] Sent: Tuesday, May 23, 2017 7:03 PM To: Vishweshwar Hegde <vhe...@advaoptical.com>; mdsal-...@lists.opendaylight.org; controller-dev@lists.opendaylight.org Subject: Re: [mdsal-dev] Cohort or Restconf- How to alter input data? On 23/05/17 12:44, Vishweshwar Hegde wrote: > Hello, > > > > Is there any way can we alter or put condition to change restconf > input data? > > > > We are using cohort to validate restconf input data. > > > > Problem with DTCL is to getting into internal looping. > > > > Please provide your suggestions or alternative options to solve this > problem. > Depends on the use case and requirements, but the place to implement this is definitely not in the data store itself. Bye, Robert _______________________________________________ controller-dev mailing list controller-dev@lists.opendaylight.org https://lists.opendaylight.org/mailman/listinfo/controller-dev