View the information of your DHCP options
You can obtain information about one or more of your DHCP (Dynamic Host Configuration Protocol) option sets, such as their ID and the options they contain.
Permissions
info
This action requires the following IAM (Identity and Access Management) permissions:
- compute.dhcpOptions.get
- Console
- API
- Terraform

- From the left-hand side menu, click Network → DHCP Options to access the list of DHCP option sets.
- The list displays the available DHCP option sets with their information:
- the option set name;
- the option set identifier;
- the associated VPC (Virtual Private Cloud).
- Click a DHCP option set to display its details.
The GET /compute/spaces/{spaceId}/dhcpOptions command lets you list the DHCP options.
Example request: List all DHCP option sets ↗
The GET /compute/spaces/{spaceId}/dhcpOptions/{id} command lets you retrieve the information of a DHCP option.
Example request: Retrieve the information of a DHCP option set ↗
The Terraform documentation is available on the Numspot registry ↗.