Get info about a Linode IPv6 range.
- name: Get info about an IPv6 range
linode.cloud.ipv6_range_info:
range: 2600:3c01::
Field | Type | Required | Description |
---|---|---|---|
range |
str |
Optional | The IPv6 range to access. |
-
range
- The IPv6 range in JSON serialized form.- Sample Response:
{ "is_bgp": false, "linodes": [ 123 ], "prefix": 64, "range": "2600:3c01::", "region": "us-east" }
- See the Linode API response documentation for a list of returned fields
- Sample Response: