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
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
On This Page
System Operations
GET
Get Static Routes
PUT
Configure Static Routes
GET
Get Network Settings (General Network & DNS)
PUT
Configure DNS Settings
DELETE
Remove DNS Settings
GET
Get Time Settings (NTP, Date & Timezone)
PUT
Configure Time Settings (NTP, Date & Timezone)
DELETE
Remove NTP Settings
GET
Get Apache Proxy Configuration
POST
Configure Apache Proxy
PUT
Change HCX Appliance user password