pydo.byoip_prefixes.get()
Generated on 8 May 2026
from pydo version
v0.34.0
Usage
client.byoip_prefixes.get(
byoip_prefix_uuid="f47ac10b-58cc-4372-a567-0e02b2c3d479",
)Description
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.
Parameters
byoip_prefix_uuidstring requiredThe unique identifier for the BYOIP Prefix.
Request Sample
Response Example
More Information
See /v2/byoip_prefixes/{byoip_prefix_uuid} in the API reference for additional detail on responses, headers, parameters, and more.