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

string
Content-Type
Required

application/json


Authentication
This operation uses the following authentication methods.
Responses
200

Status 200

[
    {
        "static_network": "string",
        "static_prefix": "string",
        "static_gateway_ip": "string"
    }
]
array of object
Optional

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/system/network/staticroutes