Download full document:

route

Configuration for route resource.

Properties

(click to see Operations)

Name Data Type PermissionsDescription
network<String>Read-writeIPv4 network address for which to add a route entry in the routing table of the NetScaler appliance.
netmask<String>Read-writeThe subnet mask associated with the network address.
gateway<String>Read-writeIP address of the gateway for this route. Can be either the IP address of the gateway, or can be null to specify a null interface route.<br>Minimum length = 1
cost<Double>Read-writePositive integer used by the routing algorithms to determine preference for using this route. The lower the cost, the higher the preference.<br>Minimum value = 0<br>Maximum value = 65535
td<Double>Read-writeInteger value that uniquely identifies the traffic domain in which you want to configure the entity. If you do not specify an ID, the entity becomes part of the default traffic domain, which has an ID of 0.<br>Minimum value = 0<br>Maximum value = 4094
distance<Double>Read-writeAdministrative distance of this route, which determines the preference of this route over other routes, with same destination, from different routing protocols. A lower value is preferred.<br>Default value: 1<br>Minimum value = 0<br>Maximum value = 255
cost1<Double>Read-writeThe cost of a route is used to compare routes of the same type. The route having the lowest cost is the most preferred route. Possible values: 0 through 65535. Default: 0.<br>Minimum value = 0<br>Maximum value = 65535
weight<Double>Read-writePositive integer used by the routing algorithms to determine preference for this route over others of equal cost. The lower the weight, the higher the preference.<br>Default value: 1<br>Minimum value = 1<br>Maximum value = 65535
advertise<String>Read-writeAdvertise this route.<br>Possible values = DISABLED, ENABLED
protocol<String[]>Read-writeRouting protocol used for advertising this route.<br>Default value: ADV_ROUTE_FLAGS<br>Possible values = OSPF, ISIS, RIP, BGP
msr<String>Read-writeMonitor this route using a monitor of type ARP or PING.<br>Default value: DISABLED<br>Possible values = ENABLED, DISABLED
monitor<String>Read-writeName of the monitor, of type ARP or PING, configured on the NetScaler appliance to monitor this route.<br>Minimum length = 1
routetype<String>Read-writeProtocol used by routes that you want to remove from the routing table of the NetScaler appliance.<br>Possible values = CONNECTED, STATIC, DYNAMIC, OSPF, ISIS, RIP, BGP, VPATH
detail<Boolean>Read-writeDisplay a detailed view.
gatewayname<String>Read-onlyThe name of the gateway for this route. For a route other than a link load balancing (LLB) route, this value is null.
type<Boolean>Read-onlyState of the RNAT.
dynamic<Boolean>Read-onlyState of the route.
Static<Boolean>Read-only.
permanent<Boolean>Read-only.
direct<Boolean>Read-only.
nat<Boolean>Read-only.
lbroute<Boolean>Read-only.
adv<Boolean>Read-only.
tunnel<Boolean>Read-onlyShow whether it is a tunnel route or not.
data<Boolean>Read-onlyInternal data of this route.
data0<Boolean>Read-onlyInternal route type is stored, used for get.
flags<Boolean>Read-onlyIf this route is dynamic, the name of the routing protocol from which it was learned.
routeowners<String[]>Read-onlyUse this option with -dynamic and in a cluster only to specify the set of nodes from which this dynamic route has been learnt.<br>Possible values = 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31
retain<Integer>Read-only.
ospf<Boolean>Read-onlyOSPF protocol.
isis<Boolean>Read-onlyISIS protocol.
rip<Boolean>Read-onlyRIP protocol.
bgp<Boolean>Read-onlyBGP protocol.
dhcp<Boolean>Read-only.
advospf<Boolean>Read-onlyAdvertised through OSPF protocol.
advisis<Boolean>Read-onlyAdvertised through ISIS protocol.
advrip<Boolean>Read-onlyAdvertised through RIP protocol.
advbgp<Boolean>Read-onlyAdvertised through BGP protocol.
state<Double>Read-onlyThe state of the static route. Possible values: UP, DOWN.
totalprobes<Double>Read-onlyThe total number of probes sent.
totalfailedprobes<Double>Read-onlyThe total number of failed probes.
failedprobes<Double>Read-onlyNumber of the current failed monitoring probes.
monstatcode<Integer>Read-onlyThe code indicating the monitor response.
monstatparam1<Integer>Read-onlyFirst parameter used with the message code.
monstatparam2<Integer>Read-onlySecond parameter used with the message code.
monstatparam3<Integer>Read-onlyThird parameter used with the message code.
__count<Double>Read-onlycount parameter

Operations

(click to see Properties)

ADD | CLEAR | DELETE | UPDATE | UNSET | GET (ALL) | COUNT

Some options that you can use for each operations:

  • Getting warnings in response: NITRO allows you to get warnings in an operation by specifying the "warning" query parameter as "yes". For example, to get warnings while connecting to the NetScaler appliance, the URL is as follows:

    http://<netscaler-ip-address>/nitro/v1/config/login?warning=yes

    If any, the warnings are displayed in the response payload with the HTTP code "209 X-NITRO-WARNING".

  • Authenticated access for individual NITRO operations: NITRO allows you to logon to the NetScaler appliance to perform individual operations. You can use this option instead of creating a NITRO session (using the login object) and then using that session to perform all operations,

    To do this, you must specify the username and password in the request header of the NITRO request as follows:

    X-NITRO-USER:<username>

    X-NITRO-PASS:<password>

    Note: In such cases, make sure that the request header DOES not include the following:

    Cookie:NITRO_AUTH_TOKEN=<tokenvalue>

Note:

Mandatory parameters are marked in red and placeholder content is marked in <green>.

add

URL: http://<NSIP>/nitro/v1/config/

HTTP Method: POST

Request Payload:

object={
"params":{
      "warning":<String_value>,
      "onerror":<String_value>
},
"sessionid":"##sessionid",
"route":{
      "network":<String_value>,
      "netmask":<String_value>,
      "gateway":<String_value>,
      "cost":<Double_value>,
      "td":<Double_value>,
      "distance":<Double_value>,
      "cost1":<Double_value>,
      "weight":<Double_value>,
      "advertise":<String_value>,
      "protocol":<String[]_value>,
      "msr":<String_value>,
                  "monitor":<String_value>,
}}

Response Payload:

{ "errorcode": 0, "message": "Done", "severity": }

clear

URL: http://<NSIP>/nitro/v1/config/

HTTP Method: POST

Request Payload:

object={
"params":{
      "warning":<String_value>,
      "onerror":<String_value>,
      "action":"clear"
},
"sessionid":"##sessionid",
"route":{
      "routetype":<String_value>,
}}

Response Payload:

{ "errorcode": 0, "message": "Done", "severity": }

delete

URL: http://<NSIP>/nitro/v1/config/route/network_value<String>

Query-parameters:

warning

http://<NS_IP>/nitro/v1/config/route/network_value<String>?warning=yes

Use this query parameter to get warnings in nitro response. If this field is set to YES, warning message will be sent in 'message' field and 'WARNING' value is set in severity field of the response in case there is a

HTTP Method: DELETE

Response Payload:

{ "errorcode": 0, "message": "Done", "severity": }

update

URL: http://<NSIP>/nitro/v1/config/

HTTP Method: PUT

Request Payload:

{
"params": {
      "warning":<String_value>,
      "onerror":<String_value>"
},
sessionid":"##sessionid",
"route":{
      "network":<String_value>,
      "netmask":<String_value>,
      "gateway":<String_value>,
      "td":<Double_value>,
      "distance":<Double_value>,
      "cost1":<Double_value>,
      "weight":<Double_value>,
      "advertise":<String_value>,
      "protocol":<String[]_value>,
      "msr":<String_value>,
                  "monitor":<String_value>,
}}

Response Payload:

{ "errorcode": 0, "message": "Done", "severity": }

unset

URL: http://<NSIP>/nitro/v1/config/

HTTP Method: POST

Request Payload:

object={
"params":{
      "warning":<String_value>,
      "onerror":<String_value>,
      "action":"unset"
},
"sessionid":"##sessionid",
"route":{
      "network":<String_value>,
      "netmask":<String_value>,
      "gateway":<String_value>,
      "td":<Double_value>,
      "advertise":true,
      "distance":true,
      "cost1":true,
      "weight":true,
      "protocol":true,
      "msr":true,
      "monitor":true,
}}

Response Payload:

{ "errorcode": 0, "message": "Done", "severity": }

get (all)

URL: http://<NSIP>/nitro/v1/config/route

Query-parameters:

args

http://<NSIP>/nitro/v1/config/route?args= "network":<String_value>, "netmask":<String_value>, "gateway":<String_value>, "td":<Double_value>, "routetype":<String_value>, "detail":<Boolean_value>,

Use this query-parameter to get route resources based on additional properties.

filter

http://<NSIP>/nitro/v1/config/route?filter=property-name1:property-val1,property-name2:property-val2

Use this query-parameter to get the filtered set of route resources configured on NetScaler.Filtering can be done on any of the properties of the resource.

view

http://<NS_IP>/nitro/v1/config/route?view=summary

Use this query-parameter to get the summary output of route resources configured on NetScaler.

pagesize=#no;pageno=#no

http://<NS_IP>/nitro/v1/config/route?pagesize=#no;pageno=#no

Use this query-parameter to get the route resources in chunks.

warning

http://<NS_IP>/nitro/v1/config/route?warning=yes

Use this query parameter to get warnings in nitro response. If this field is set to YES, warning message will be sent in 'message' field and 'WARNING' value is set in severity field of the response in case there is a

HTTP Method: GET

Response Payload:

{ "errorcode": 0, "message": "Done", "severity": <String_value>, "route": [ {
      "network":<String_value>,
                  "netmask":<String_value>,
                  "gateway":<String_value>,
                  "td":<Double_value>,
      "routetype":<String_value>,
      "detail":<Boolean_value>,
      "gatewayname":<String_value>,
      "advertise":<String_value>,
      "type":<Boolean_value>,
      "dynamic":<Boolean_value>,
      "Static":<Boolean_value>,
      "permanent":<Boolean_value>,
      "direct":<Boolean_value>,
      "nat":<Boolean_value>,
      "lbroute":<Boolean_value>,
      "adv":<Boolean_value>,
      "tunnel":<Boolean_value>,
      "cost":<Double_value>,
      "distance":<Double_value>,
      "cost1":<Double_value>,
      "weight":<Double_value>,
      "protocol":<String[]_value>,
      "data":<Boolean_value>,
      "data0":<Boolean_value>,
      "flags":<Boolean_value>,
      "routeowners":<String[]_value>,
      "retain":<Integer_value>,
      "ospf":<Boolean_value>,
      "isis":<Boolean_value>,
      "rip":<Boolean_value>,
      "bgp":<Boolean_value>,
      "dhcp":<Boolean_value>,
      "advospf":<Boolean_value>,
      "advisis":<Boolean_value>,
      "advrip":<Boolean_value>,
      "advbgp":<Boolean_value>,
      "msr":<String_value>,
      "monitor":<String_value>,
      "state":<Double_value>,
      "totalprobes":<Double_value>,
      "totalfailedprobes":<Double_value>,
      "failedprobes":<Double_value>,
      "monstatcode":<Integer_value>,
      "monstatparam1":<Integer_value>,
      "monstatparam2":<Integer_value>,
      "monstatparam3":<Integer_value>

}]}

count

URL: http://<NS_IP>/nitro/v1/config/route?count=yes

HTTP Method: GET

Response Payload:

{ "errorcode": 0, "message": "Done",route: [ { "__count": "#no"} ] }