rpc send-event { description "The <send-event> 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 the content is to be sent"; } } leaf content { type string; description "JSON string to be sent"; } }