/status/ip/routing

Use

Use to view whether the IP gateway function to allow packets to flow through the system is enabled.

Data Key

The date key contains one of the values defined in Data Values below.

Data Type

uint32

Data Values

0 (disabled)

1 (enabled)

Default Data Value

0

Default Allowed

False

Request Methods

GET

Examples

GET

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

GET Response

{"/status/ip/routing": {"data": 0,
                         "default": False,
                         "defaultAllowed": False,
                         "deleteAllowed": False,
                         "numChildren": 0,
                         "type": "uint32"},
 "httpResponseCode": 200,
 "recurse": False,
 "requestPath": "/status/ip/routing"}
  1. /status/ip/routing 1. Data Key
    1. Data Type
    2. Data Values
    3. Default Data Value 2. Default Allowed 3. Request Methods 4. Related 5. Examples