Specifies Gateway Network Settings
Specifies the network settings on the gateway.
This operation has been deprecated.
Request Body
application/json
- hostname
Host name for the gateway.
- domainname
Domain name for the gateway.
- interface
Interface for the gateway.
- static_IP
If true, static IP is used instead of the (default) DHCP IP address. If false, IP address, subnet, gatewayIP, and dnsArray parameters are not required.
- ipaddr
Static IP (instead of DHCP). Note: If static_IP is false, IP address, subnet, gatewayIP, and dnsArray parameters are not required.
- subnet
Subnet for the gateway. Note: If static_IP is false, IP address, subnet, gatewayIP, and dnsArray parameters are not required.
- gateway
Default gateway IP address. Note: If static_IP is false, IP address, subnet, gatewayIP, and dnsArray parameters are not required.
- dnsArray
DNS entries for the gateway. Note: If static_IP is false, IP address, subnet, gatewayIP, and dnsArray parameters are not required.
Responses
- Success