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_options

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_Option
The desired DHCPv4 options for this pool.

int64
required

Number of the extra option that should be sent to the DHCPv4 clients.

string
required
length ≤ 255

Value of the extra option that should be sent to the DHCPv4 clients.

string
enum
required

Type of the option value that is sent to the DHCPv4 clients: ascii: indicates that the option value provided is an ascii string. ip: indicates that the option value provided is an IP address. hex: indicates that the option value provided is a hex string.

Allowed:
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!