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
_system_network_staticroutes_get_200_response_inner
of type(s)
application/json
Required
{
"static_gateway_ip": "static_gateway_ip",
"static_network": "static_network",
"static_prefix": "static_prefix"
}
string
static_network
Required
static_network
string
static_prefix
Required
static_prefix
string
static_gateway_ip
Required
static_gateway_ip
Responses
200
Status 200
Returns
_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"
}
string
static_network
Required
static_network
string
static_prefix
Required
static_prefix
string
static_gateway_ip
Required
static_gateway_ip