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
{
    "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

{
    "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


Code Samples
COPY
                    curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"static_gateway_ip:"string","static_network:"string","static_prefix:"string"}' https://{api_host}/system/network/staticroutes