Adding TestVNF netconf server
[demo.git] / vnfs / TestVNF / netconftemplates / netconftemplates / send-models-schema.yang
1 <rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="<MID>">
2   <data xmlns="http://example.net/send-models-method/1.0">
3         rpc send-models {
4           description
5             "The &lt;send-models&gt; operation takes in a content in JSON format and sends the entire content to the specified target address.";
6                 
7                 container config {
8              leaf target-name {
9                  type string;
10                  description "name of the target to which all the events are to be sent";
11              }
12          }
13               leaf content {
14                 type string;
15                 description "JSON string to be sent, which contains all the events to be sent";
16               }
17         }
18         </data>
19 </rpc-reply>