Actions

Toolpack:Create New Routing Script D: Difference between revisions

(Created page with "=== '''''Applies to version(s): v2.9.''''' === {{DISPLAYTITLE:Create New Routing Script}} 1- Click '''Routing Script''' in the navigation panel [[Image:CreateRoutingScript_0...")
 
(Added northbound data)
Line 37: Line 37:
'''Path'''
'''Path'''
<pre>
<pre>
/configurations/@[configuration_name]/routing_scripts/@[routing_script]
</pre>
</pre>


'''Parameters (text)'''
'''Parameters (text)'''
<pre>
<pre>
/configurations/@[configuration_name]/routing_scripts/@[routing_script]
name = "@[routing_script]"
</pre>
</pre>


'''Parameters (json)'''
'''Parameters (json)'''
<pre>
<pre>
{
  "name" : "@[routing_script]",
}
</pre>
</pre>
</div>
</div>

Revision as of 12:55, 4 February 2016

Applies to version(s): v2.9.

1- Click Routing Script in the navigation panel


2- Configure the new Routing Script:

  • Enter a name for the routing script
  • Make sure the box labeled Create default script files is checked
  • Click Create


3- Verify that the Script was successfully updated message appears.


4- Disable simple routing:

  • Select Simple Routing.



5- Uncheck Load on startup

  • Click Save


Path

/configurations/@[configuration_name]/routing_scripts/@[routing_script]

Parameters (text)

/configurations/@[configuration_name]/routing_scripts/@[routing_script]
name = "@[routing_script]"

Parameters (json)

{
  "name" : "@[routing_script]",
}