Thanks Tomas From: Tomas Cere -X (tcere - PANTHEON TECHNOLOGIES at Cisco) [mailto:[email protected]] Sent: Monday, March 20, 2017 8:58 PM To: Satish Dutt <[email protected]>; [email protected]; [email protected]; [email protected] Subject: RE: [netconf-dev] Validation hooks when using restconf
This should be possible by leveraging the DOMDataTreeCommitCohort api's. https://github.com/opendaylight/mdsal/blob/454903c516e9405ff4a1af6392a31b00c04852fa/dom/mdsal-dom-api/src/main/java/org/opendaylight/mdsal/dom/api/DOMDataTreeCommitCohort.java https://github.com/opendaylight/mdsal/blob/596b89ec503f56c87d066c00d6550e675eb7cf0c/dom/mdsal-dom-api/src/main/java/org/opendaylight/mdsal/dom/api/DOMDataTreeCommitCohortRegistry.java Tomas From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Satish Dutt Sent: Sunday, March 19, 2017 16:07 To: [email protected]<mailto:[email protected]>; [email protected]<mailto:[email protected]>; [email protected]<mailto:[email protected]> Subject: [netconf-dev] Validation hooks when using restconf Hi, >From the northbound applications we are using the restconf APIs to push the >JSON data to the ODL controller. Is there any programming hooks through which >the JSON data can be validated in the controller before allowing the data to >be stored in the configuration datastore ? Regards Satish
_______________________________________________ controller-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/controller-dev
