Get Dhcp Forwarder
Retrieves the DHCP Forwarder configuration on an Edge Gateway. A routed Org vDC network connected to this edge can choose to configure its DHCP configuration in RELAY mode which will use this DHCP forwarder.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/edgeGateways/{gatewayId}/dhcpForwarder
COPY
Path Parameters
string
gatewayId
Required
gatewayId
string
gatewayId
Required
gatewayId
Responses
200
OK
Returns EdgeDhcpForwarder of type(s) application/json;version=38.0
{
"enabled": false,
"dhcpServers": [
"string"
],
"version": {
"version": 0
}
}
boolean
enabled
Optional
A flag indicating whether DHCP Forwarder is enabled or not. This should be enabled in order to use the DHCP relay on routed Org vDC networks.
array of string
dhcpServers
Optional
DHCP server IP addresses. Both IPv4 and IPv6 addresses are supported. The DHCP servers can be in any subnet, outside the SDDC, or in the physical network.
Availability
Added in 36.1
Edge Gateway Dhcp Operations
GET
Get Dhcp Forwarder
PUT
Update Dhcp Forwarder