The Internet Protocol v4 (IPv4) configuration.
Normal response.
Unauthorized response.
{- "result": {
- "dhcp": true,
- "address": "192.168.1.42",
- "broadcast": "192.168.1.255",
- "netmask": "255.255.255.0",
- "network": "192.168.1.0",
- "gateway": "192.168.1.1"
}, - "error": "Error message (present if an error occurred)."
}
dhcp | boolean (configNetIpv4Dhcp) Whether or not to use DHCP
to automatically provision the IPv4 address. If |
address | string (configNetIpv4Address) An IPv4 address in dotted decimal notation. |
broadcast | string (configNetIpv4Broadcast) An IPv4 broadcast address in dotted decimal notation. |
netmask | string (configNetIpv4Netmask) The address of the IPv4 gateway in dotted decimal notation. |
network | string (configNetIpv4Network) The IPv4 network mask in dotted decimal notation. |
gateway | string (configNetIpv4Gateway) The IPv4 network number in dotted decimal notation. |
Normal response.
Unauthorized response.
{ }
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}
dhcp | boolean (configNetIpv4Dhcp) Whether or not to use DHCP
to automatically provision the IPv4 address. If |
address | string (configNetIpv4Address) An IPv4 address in dotted decimal notation. |
broadcast | string (configNetIpv4Broadcast) An IPv4 broadcast address in dotted decimal notation. |
netmask | string (configNetIpv4Netmask) The address of the IPv4 gateway in dotted decimal notation. |
network | string (configNetIpv4Network) The IPv4 network mask in dotted decimal notation. |
gateway | string (configNetIpv4Gateway) The IPv4 network number in dotted decimal notation. |
Normal response.
Unauthorized response.
{ }
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}
Reset to default. See the descriptions of the individual endpoints for their default values. Commonly, arrays and strings are cleared to empty, numbers are cleared to 0, and booleans are cleared to false
.
Normal response.
Unauthorized response.
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}