Configure Static Routes

Configure Static Routes

Api to Configure Static Routes

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

application/json

string
Content-Type
Required

application/json


Request Body
inline_object_1 of type(s) application/json
Optional
{
    "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 inline_response_200_3 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