Service DhcpRelayVlan

HTTP Method

Resource

Request

Response

Description

GET

.../vlans/dhcp-relay

   

N/A

WiredElementList

Returns the all helper addresses under all vlans.

POST

.../vlans/dhcp-relay

   

DhcpRelayVlan

DhcpRelayVlan

Adds the given DHCP Relay VLAN with helper address in the model.

GET

.../vlans/dhcp-relay/{DhcpRelayVlan.vlan_id}-{DhcpRelayVlan.dhcp_helper_address.octets}

   

N/A

DhcpRelayVlan

Returns the DHCP Relay VLAN with helper address.

DELETE

.../vlans/dhcp-relay/{DhcpRelayVlan.vlan_id}-{DhcpRelayVlan.dhcp_helper_address.octets}

   

N/A

N/A

Deletes the DHCP Relay VLAN Helper address from a VLAN ID.

GET

.../vlans/{DhcpRelayVlan.vlan_id} /dhcp-relay

   

N/A

DhcpRelayVlan

Returns the DHCP Relay VLAN matching the given ID.

PUT

.../vlans/{DhcpRelayVlan.vlan_id} /dhcp-relay

   

DhcpRelayVlan

DhcpRelayVlan

Updates the given DHCP Relay VLAN in the model.