NSX-T Data Center Global Manager REST API
Associated URIs:
API Description | API Path |
---|---|
List all DHCP static bindingsPaginated list of all DHCP static binding instances |
GET /global-manager/api/v1/global-infra/segments/{segment-id}/dhcp-static-binding-configs
|
Delete DHCP static bindingDelete DHCP static binding |
DELETE /global-manager/api/v1/global-infra/segments/{segment-id}/dhcp-static-binding-configs/{binding-id}
|
Read DHCP static bindingRead DHCP static binding |
GET /global-manager/api/v1/global-infra/segments/{segment-id}/dhcp-static-binding-configs/{binding-id}
|
Create or update DHCP static bindingIf 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 bindingIf 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}
|