Actions

Toolpack:Add Routeset Definition Files C: Difference between revisions

mNo edit summary
No edit summary
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
=== '''''Applies to version v2.8, v2.9, v2.10''''' ===
{{DISPLAYTITLE:Add Routeset Definition Files to the System}}
{{DISPLAYTITLE:Add Routeset Definition Files to the System}}
{| class="wikitable"
|-
|rowspan="3"|This article applies to:
|'''Product'''
|'''Version'''
|-
|Tmedia
|3.0, 3.2, 3.3
|-
|SBC
|3.1, 3.3
|}




The Routeset definition file uses a comma delimited CSV format, to store Routing Labels and optional custom parameters.  '''DO NOT''' put any spaces between commas and column names.<br>  
The Routeset definition file uses a Comma Separated Value (CSV) format, to store Routing Labels and optional custom parameters.  '''DO NOT''' put any spaces between commas and column names.<br>  
For example:
For example:


<pre>routeset_name,prio
<pre>routeset_name,priority
"Montreal, Qc","2"
Montreal_Qc,2
"Calgary, AB", "3"
Calgary_AB,3
</pre>  
</pre>  


Line 34: Line 45:


[[Image:AddRoutsetDefinition_2.png]]
[[Image:AddRoutsetDefinition_2.png]]
You can use RestfulAPI to add/modify Routeset Files. Please check the following link [[:Toolpack:Add Edit Routeset Files RestFul A]]

Latest revision as of 13:00, 22 June 2024

This article applies to: Product Version
Tmedia 3.0, 3.2, 3.3
SBC 3.1, 3.3


The Routeset definition file uses a Comma Separated Value (CSV) format, to store Routing Labels and optional custom parameters. DO NOT put any spaces between commas and column names.
For example:

routeset_name,priority
Montreal_Qc,2
Calgary_AB,3


To add a Routeset definition file to the system:

1- Click FileDB in the navigation panel


2- Click Import new definition


3- Click Browse and select the Routeset defintion file that you wish to import.

  • Click Import


4- The Routeset definition files are displayed in the Routesets Defintion table.


You can use RestfulAPI to add/modify Routeset Files. Please check the following link Toolpack:Add Edit Routeset Files RestFul A