Specifies Gateway Network Settings

Specifies the network settings on the gateway.

This operation has been deprecated.

Request Body

application/json

  • hostnamestringrequired

    Host name for the gateway.

  • domainnamestringrequired

    Domain name for the gateway.

  • interfacestringrequired

    Interface for the gateway.

  • static_IPstringrequired

    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.

  • ipaddrstringrequired

    Static IP (instead of DHCP). Note: If static_IP is false, IP address, subnet, gatewayIP, and dnsArray parameters are not required.

  • subnetstringrequired

    Subnet for the gateway. Note: If static_IP is false, IP address, subnet, gatewayIP, and dnsArray parameters are not required.

  • gatewaystringrequired

    Default gateway IP address. Note: If static_IP is false, IP address, subnet, gatewayIP, and dnsArray parameters are not required.

  • dnsArraystringrequired

    DNS entries for the gateway. Note: If static_IP is false, IP address, subnet, gatewayIP, and dnsArray parameters are not required.

Loading Examples...

Responses

  • Successstring

Loading Examples...