Get Static Routes

Get Static Routes

Api to Get Static Routes

Request
URI
GET
https://{api_host}/system/network/staticroutes
COPY
Header Parameters
string
Accept
Required

application/json


Authentication
This operation uses the following authentication methods.
Responses
200

Status 200

Returns Array of _system_network_staticroutes_get_200_response_inner of type(s) application/json
[
    {
        "static_gateway_ip": "static_gateway_ip",
        "static_network": "static_network",
        "static_prefix": "static_prefix"
    }
]