Get an IPv6 range

View IPv6 range information.

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

CLI

linode-cli networking v6-range-view 2001:0db8::

Learn more

Path Params
string
enum
required

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

Allowed:
string
required

The IPv6 range to access. Corresponds to the range property of objects returned from the List IPv6 ranges operation.

📘

You need to omit the prefix length of the IPv6 range.

Responses

Response body
object
boolean

Read-only Whether this IPv6 range is shared.

linodes
array of integers

Read-only A list of Linodes targeted by this IPv6 range. Includes Linodes with IP sharing.

linodes
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 address of this range.

string

Read-only The region for this range of IPv6 addresses.

Language
Credentials