Get Interfaces IPv4
DescriptionGet IPv4 network configuration for specific NIC.
Request
URLURL
Path Parameters
Path Parameters
Header Parameters
Header Parameters
Response
Response BodyResponse Body
The IPv4 configuration for the queried NIC.
{
"address": "string",
"configurable": false,
"default_gateway": "string",
"mode": "enum",
"prefix": 0
}
The specified network interface is configurable or not.
The Address assignment mode.
Possible values are: DHCP , STATIC , UNCONFIGURED
The IPv4 address, for example, “10.20.80.191”. This field is optional and it is only relevant when the value of Ipv4.Info.mode is one of STATIC or DHCP.
The IPv4 address of the default gateway. This configures the global default gateway on the appliance with the specified gateway address and interface. This gateway replaces the existing default gateway configured on the appliance. However, if the gateway address is link-local, then it is added for that interface. This does not support configuration of multiple global default gateways through different interfaces. This field is optional and it is only relevant when the value of Ipv4.Info.mode is one of STATIC or DHCP.
The IPv4 CIDR prefix, for example, 24. See http://www.oav.net/mirrors/cidr.html for netmask-to-prefix conversion. This field is optional and it is only relevant when the value of Ipv4.Info.mode is one of STATIC or DHCP.