DigitalOcean-public.v2-new_BYOIP Prefixes
Get a BYOIP Prefix
To get a BYOIP prefix, send a GET request to /v2/byoip_prefixes/$byoip_prefix_uuid.
A successful response will return the details of the specified BYOIP prefix.
get/v2/byoip_prefixes/{byoip_prefix_uuid}
Path parameters
byoip_prefix_uuidstring uuid required
The unique identifier for the BYOIP Prefix.
Response
Details of the requested BYOIP prefix
Example response
{
"byoip_prefix": {
"uuid": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"prefix": "203.0.113.0/24",
"status": "active",
"region": "nyc3",
"validations": [
{
"name": "SIGNATURE HASH",
"status": "FAILED"
}
],
"advertised": true,
"project_id": "12345678-1234-1234-1234-123456789012"
}
}