Blog Viewer

Scripting How-To: Refresh scripts from a remote location using a JUNOSCRIPT client

By Erdem posted 08-10-2015 21:24

  

For commit, op, or event scripts, use the following.

 

1 <?xml version="1.0" encoding="us-ascii"?> <junoscript version="1.0">
2 <request-script-refresh-from>
3        <type>commit/op/event</type>
4        <file>file_name</file>
5        <url>url_path</url>
6 </request-script-refresh-from>

#ScriptingHow-To
#junoscript
#How-To

Permalink