Actions

Add Customer Column in Routes

Revision as of 12:50, 13 February 2023 by Allyntree (talk | contribs) (format)
This article applies to: Product Version
Tmedia 2.9, 2.10, 3.0, 3.2
SBC 3.0, 3.1

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"
}