Management Plane API > Networking > Services > DHCP Relay Profiles

Associated URIs:

API Description API Path

List All DHCP Relay Profiles


Returns information about all dhcp relay profiles.
GET /api/v1/dhcp/relay-profiles

Create a DHCP Relay Profile


Creates a dhcp relay profile.
POST /api/v1/dhcp/relay-profiles

Delete a DHCP Relay Profile


Deletes the specified dhcp relay profile.
DELETE /api/v1/dhcp/relay-profiles/<relay-profile-id>

Read a DHCP Relay Profile


Returns information about the specified dhcp relay profile.
GET /api/v1/dhcp/relay-profiles/<relay-profile-id>

Update a DHCP Relay Profile


Modifies the specified dhcp relay profile.
PUT /api/v1/dhcp/relay-profiles/<relay-profile-id>