/status/ip/routeTable/v4

View configured IP4 routes.

Use

To see IP routes.

  • A connected route (C) is one the system automatically adds based on the interface IP address.
  • A static route (S) is one you created using the ip route command.
  • The detail form of IP routes includes additional internal details about the routing table that you can use for troubleshooting. For example, the detail includes ARP entries.

Data Key

The data key contains the route summary information.

Data Type

string

Default Data Value

“”

Request Methods

GET

Examples

GET

curl -b cookie.jar -k https://10.1.2.3:8443/lrs/api/v1.0/status/ip/routeTable/v4

GET Response

{"/status/ip/routeTable/v4": {"data": "\nCodes: C - connected, S - static\n\nGateway of last resort is not set\n\nC    10.126.0.0/16 is directly connected, em0, MTU 1500\nS    10.127.0.0/16 via 10.126.0.1, em0, MTU 1500\nC    201.0.0.0/8 is directly connected, em1, MTU 9000\n",
                               "default": False,
                               "defaultAllowed": False,
                               "deleteAllowed": False,
                               "numChildren": 1,
                               "type": "string"},
 "httpResponseCode": 200,
 "recurse": False,
 "requestPath": "/status/ip/routeTable/v4"}
  1. /status/ip/routeTable/v4 1. Data Key
    1. Data Type
    2. Default Data Value 2. Request Methods 3. Related 4. Examples