getRouteVariables
getRouteVariables
Permissions:
sa
Description:
Retrieves the route name and its Route Local Variables values assigned to the defined tenant and created under the defined route template name.
Parameters:
tenant – tenant name
template – name of the ARS route template
Returns:
If the method succeeds, it returns an array that contains each route’s Route Local Variables in the result field. See below for more details:
val 0 – 1: Enabled, 0: Disabled
val 1 – tenant name
val 2 – route name
val 3 – password
val 4~5 – <reserved>
val 6~14 – v1~v9
val 15~23 – w1~w9
val 24~32 – x1~x9
Related methods:
deleteRouteVariables, getRouteTemplateNames, insertRouteVariables, updateRouteVariables