X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vnfs%2FTestVNF%2Fnetconftemplates%2Fnetconftemplates%2Fsend-models-schema.yang;fp=vnfs%2FTestVNF%2Fnetconftemplates%2Fnetconftemplates%2Fsend-models-schema.yang;h=cb13b6136f4e93878706ab453044e66c71420a7b;hb=f46c20006c23d119ffc1c83117d203ed649f687c;hp=0000000000000000000000000000000000000000;hpb=2233d21abae761e91d7b056644c6ac972e662d57;p=demo.git diff --git a/vnfs/TestVNF/netconftemplates/netconftemplates/send-models-schema.yang b/vnfs/TestVNF/netconftemplates/netconftemplates/send-models-schema.yang new file mode 100644 index 00000000..cb13b613 --- /dev/null +++ b/vnfs/TestVNF/netconftemplates/netconftemplates/send-models-schema.yang @@ -0,0 +1,19 @@ + + + rpc send-models { + description + "The <send-models> operation takes in a content in JSON format and sends the entire content to the specified target address."; + + container config { + leaf target-name { + type string; + description "name of the target to which all the events are to be sent"; + } + } + leaf content { + type string; + description "JSON string to be sent, which contains all the events to be sent"; + } + } + + \ No newline at end of file