NSX-T Data Center REST API
Create a DHCP server profile (Deprecated)
Create a DHCP server profile. If no edge member is specified, edge membersto run the dhcp servers will be auto-allocated from the edge cluster.
Request:
Method:
POST
URI Path(s):
/api/v1/dhcp/server-profiles
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
DhcpProfile+
Example Request:
POST https://<nsx-mgr>/api/v1/dhcp/server-profiles { "display_name" : "DHCP-server-profile-2", "edge_cluster_id" : "4a6a13e0-eb66-4c02-96c3-85c9a250a946", "enable_standby_relocation" : true }Successful Response:
Response Code:
201 Created
Response Headers:
Content-type: application/json
Response Body:
DhcpProfile+