DigitalOcean-public.v2-new_BYOIP Prefixes
Create a BYOIP Prefix
To create a BYOIP prefix, send a POST request to /v2/byoip_prefixes.
A successful request will initiate the process of bringing your BYOIP Prefix into your account. The response will include the details of the created prefix, including its UUID and status.
post/v2/byoip_prefixes
Request body
Example request
{
"prefix": "203.11.13.0/24",
"region": "nyc3",
"signature": "<sample-signature>"
}Response
BYOIP prefix request accepted, response will contain the details of the created prefix.
Example response
{
"uuid": "123e4567-e89b-12d3-a456-426614174000",
"region": "nyc3",
"status": "in_progress"
}