List IPv6 pools

Displays the IPv6 pools on your Account. A pool of IPv6 addresses are routed to all of your Linodes in a single region. Any Linode on your Account may bring up any address in this pool at any time, with no external configuration required.

Permissions and scopes

To call this operation, you need permissions, based on the model you're using:

  • OAuth scopes. Your user needs these scopes assigned. Learn more.

    • Scopes: ips:read_only

CLI

linode-cli networking v6-pools

Learn more

Path Params
string
enum
required

Enum Call either the v4 URL, or v4beta for operations still in Beta.

Allowed:
Query Params
integer
≥ 1
Defaults to 1

The page of a collection to return.

integer
25 to 500
Defaults to 100

The number of items to return per page.

Responses

Response body
object
data
array of objects
data
object
integer

The prefix length of the address. The total number of addresses that can be assigned from this range is calculated as 2(128 - prefix length).

string

Read-only The IPv6 range of addresses in this pool.

string

Filterable, Read-only The region for this pool of IPv6 addresses.

string | null

The last address in this block of IPv6 addresses.

integer

Read-only The current page.

integer

Read-only The total number of pages.

integer

Read-only The total number of results.

Language
Credentials