Networking
IPv6 Pools List
https://api.linode.com/v4/networking/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.
Query Parameters
The page of a collection to return.
The number of items to return per page.
Request Samples
- Shell
- CLI
curl -H "Authorization: Bearer $TOKEN" \
https://api.linode.com/v4/networking/ipv6/pools
Response Samples
- 200
- default
{
"data": [
{
"region": "us-east",
"range": "2600:3c01::2:5000:0",
"prefix": 124,
"route_target": "2600:3c01::2:5000:f"
}
],
"page": 1,
"pages": 1,
"results": 1
}
Responses
200: The IPv6 pools on your Account.
The region for this pool of IPv6 addresses.
The IPv6 range of addresses in this pool.
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).
The last address in this block of IPv6 addresses.
The current page.
The total number of pages.
The total number of results.
default: Error
What happened to cause this error. In most cases, this can be fixed immediately by changing the data you sent in the request, but in some cases you will be instructed to open a Support Ticket or perform some other action before you can complete the request successfully.
The field in the request that caused this error. This may be a path, separated by periods in the case of nested fields. In some cases this may come back as "null" if the error is not specific to any single element of the request.