HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

/system/vrfs/{VRF.name}/dhcp_server/dhcp_server_pools/{DHCP_Server_Pool.pool_name}/dhcp_server_ranges

Path Params
string
required

Reference Resource: VRF
VRF identifier. Should be alphanumeric. VRF names must be unique.

string
required

Reference Resource: DHCP_Server_Pool
DHCPv4 Server address pools.

Body Params
string of strings
required

Reference Resource: DHCP_Server_Range
The desired IPv4 address range for this pool.

string
required
length ≤ 15

End IPv4 address of the dynamic IP address range.

integer
1 to 31

Prefix length that would be used for the assigned IPv4 addresses in this range and this would be sent to DHCPv4 clients. If not specified, then prefix length of the switch interface that received the DHCP request would be used. This column value can be empty.

string
required
length ≤ 15

Start IPv4 address of the dynamic IP address range.

Responses
201

Created

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

415

Unsupported Media Type

500

Internal Server Error

501

Not Implemented

503

Service Unavailable

Language
Response
Click Try It! to start a request and see the response here!