Configure Static Routes

Configure Static Routes

Api to Configure Static Routes

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

application/json

string
Content-Type
Required

application/json


Request Body
Required
{
    "static_network": "string",
    "static_prefix": "string",
    "static_gateway_ip": "string"
}
string
static_network
Required

static_network

string
static_prefix
Required

static_prefix

string
static_gateway_ip
Required

static_gateway_ip

Authentication
This operation uses the following authentication methods.
Responses
200

Status 200

Returns InlineSystemNetworkStaticroutes200Response of type(s) application/json
{
    "static_network": "string",
    "static_prefix": "string",
    "static_gateway_ip": "string"
}
string
static_network
Required

static_network

string
static_prefix
Required

static_prefix

string
static_gateway_ip
Required

static_gateway_ip