NSX-T Data Center REST API

Get a DHCP server's IP pool with the specified pool ID (Deprecated)

Return a specific ip pool of a given logical DHCP server. Deprecated: Please use Policy API: GET /policy/api/v1/infra/segments/{segment-id}

Request:

Method:
GET
URI Path(s):
/api/v1/dhcp/servers/{server-id}/ip-pools/{pool-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
DhcpIpPool+

Example Response:

{ "resource_type" : "DhcpIpPool", "id" : "1b6cb97f-ffa3-407c-b2ed-a9616feb95dd", "display_name" : "DHCP-ip-pool-2", "lease_time" : 86400, "gateway_ip" : "192.168.150.1", "allocation_ranges" : [ { "start" : "192.168.150.100", "end" : "192.168.150.200" } ], "error_threshold" : 100, "warning_threshold" : 80, "_create_time" : 1478305919915, "_create_user" : "admin", "_last_modified_user" : "admin", "_system_owned" : false, "_last_modified_time" : 1478305919915, "_revision" : 0 }

Required Permissions:

read

Feature:

dhcp_servers

Additional Errors: