NSX-T Data Center REST API
Get a paginated list of a DHCP server's IP pools (Deprecated)
List the ip pools of a logical DHCP server with pagination support.Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/dhcp/servers/<server-id>/ip-pools
                  
              
            Request Headers:
                n/a
            Query Parameters:
    ListRequestParameters+
  Request Body:
    n/a
  Example Request:
GET /api/v1/dhcp/servers/d7f425da-25d2-4e5e-ae9e-ea112375971d/ip-poolsSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    DhcpIpPoolListResult+
  