Policy > Networking > IP Management > DHCP > DHCP Static Bindings > Segments Bindings

Create or update DHCP static binding

If binding with the binding-id is not already present,
create a new DHCP static binding instance. If it already exists, replace
the existing DHCP static binding instance with specified attributes.

Request:

Method:
PATCH
URI Path(s):
/policy/api/v1/infra/segments/<segment-id>/dhcp-static-binding-configs/<binding-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
DhcpV4StaticBindingConfig+
DhcpV6StaticBindingConfig+

Example Request:

PATCH https://<policy-mgr>/policy/api/v1/infra/segments/web_seg/dhcp-static-binding-configs/binding1 { [TODO] }

Successful Response:

Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a

Example Response:

200 OK

Required Permissions:

crud

Feature:

policy_segment

Additional Errors: