Management Plane API > Networking > Services > DHCP Relay

Associated URIs:

API Description API Path

List all DHCP Relay Services


Returns information about all configured dhcp relay services.
GET /api/v1/dhcp/relays

Create a DHCP Relay Service


Creates a dhcp relay service.
POST /api/v1/dhcp/relays

Delete a DHCP Relay Service


Deletes the specified dhcp relay service.
DELETE /api/v1/dhcp/relays/<relay-id>

Read a DHCP Relay Service


Returns the dhcp relay service information.
GET /api/v1/dhcp/relays/<relay-id>

Update a DHCP Relay Service


Modifies the specified dhcp relay service.
PUT /api/v1/dhcp/relays/<relay-id>