Actions

Add Customer Column in Routes

Revision as of 12:59, 22 June 2024 by Allyntree (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This article applies to: Product Version
Tmedia 3.0, 3.2, 3.3
SBC 3.1, 3.3

1- Click Routes in the navigation panel.

2- Click Create New Route Column on the static routes page.


3- Create a New Route Column: enabled_route_retry.

  • Enter a name for the column
    • Name: enabled_route_retry
  • Type Attributes: YES|NO
    • Default: YES


Path

/configurations/@[configuration_name]/route_columns/@[route_column]

Parameters (text)

/configurations/@[configuration_name]/route_columns/@[route_column]
default_value   = ""
name            = "@[route_column]"
type_attributes = "text"

Parameters (json)

{
  "default_value" : "",
  "name" : "@[route_column]",
  "type_attributes" : "text"
}