NSX-T Data Center Global Manager REST API

Associated URIs:

API Description API Path

List all DHCP static bindings


Paginated list of all DHCP static binding instances
GET /global-manager/api/v1/global-infra/segments/{segment-id}/dhcp-static-binding-configs

Delete DHCP static binding


Delete DHCP static binding
DELETE /global-manager/api/v1/global-infra/segments/{segment-id}/dhcp-static-binding-configs/{binding-id}

Read DHCP static binding


Read DHCP static binding
GET /global-manager/api/v1/global-infra/segments/{segment-id}/dhcp-static-binding-configs/{binding-id}

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.
PATCH /global-manager/api/v1/global-infra/segments/{segment-id}/dhcp-static-binding-configs/{binding-id}

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 this object.
PUT /global-manager/api/v1/global-infra/segments/{segment-id}/dhcp-static-binding-configs/{binding-id}