Skip to content

Commit c8c32c0

Browse files
authored
Merge pull request #158 from hzoppetti/get-ipv6-pools-route-target
Update GET /networking/ipv6/pools
2 parents 9e91c0f + 9490733 commit c8c32c0

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

openapi.yaml

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7820,7 +7820,9 @@ paths:
78207820
- Networking
78217821
summary: List IPv6 Pools
78227822
description: >
7823-
Displays the IPv6 pools on your Account.
7823+
Displays the IPv6 pools on your Account. A pool of IPv6 addresses are routed to all of your
7824+
Linodes in a single [Region](https://developers.linode.com/api/v4/regions). Any Linode on your Account may bring up any address in this
7825+
pool at any time, with no external configuration required.
78247826
operationId: getIPv6Pools
78257827
x-linode-cli-action: v6-pools
78267828
security:
@@ -7865,7 +7867,9 @@ paths:
78657867
- Networking
78667868
summary: List IPv6 Ranges
78677869
description: >
7868-
Displays the IPv6 ranges on your Account.
7870+
Displays the IPv6 ranges on your Account. A range of IPv6 addresses is routed to a single
7871+
Linode in a given [Region](https://developers.linode.com/api/v4/regions). Your Linode is responsible for routing individual addresses in
7872+
the range, or handling traffic for all the addresses in the range.
78697873
operationId: getIPv6Ranges
78707874
x-linode-cli-action: v6-ranges
78717875
security:
@@ -13962,27 +13966,31 @@ components:
1396213966
range:
1396313967
type: string
1396413968
description: >
13965-
The IPv6 pool
13969+
The IPv6 range of addresses in this pool.
1396613970
example: '2600:3c01::02:5000::'
1396713971
readOnly: true
1396813972
x-linode-cli-display: 1
1396913973
prefix:
1397013974
type: integer
1397113975
description: >
13972-
The prefix length of the address, denoting which addresses can be
13973-
assigned from this pool.
13976+
The prefix length of the address, denoting how many addresses can be
13977+
assigned from this pool calculated as 2 <sup>128-prefix</sup>.
1397413978
example: 124
1397513979
x-linode-cli-display: 2
1397613980
region:
1397713981
type: string
1397813982
description: >
13979-
A pool of IPv6 addresses that are routed to all of
13980-
your Linodes in a single Region. Any Linode you own may bring up any
13981-
address in this pool at any time, with no external configuration
13982-
required.
13983+
The region for this pool of IPv6 addresses.
1398313984
example: us-east
1398413985
readOnly: true
1398513986
x-linode-cli-display: 3
13987+
x-linode-filterable: true
13988+
route_target:
13989+
type: string
13990+
description: >
13991+
The last address in this block of IPv6 addresses.
13992+
example: '2600:3c01::02:5000::ca72'
13993+
nullable: true
1398613994
IPv6Range:
1398713995
type: object
1398813996
description: >
@@ -13991,17 +13999,14 @@ components:
1399113999
range:
1399214000
type: string
1399314001
description: >
13994-
The IPv6 range.
14002+
The IPv6 range of addresses in this pool.
1399514003
example: '2600:3c01::02:5000::'
1399614004
readOnly: true
1399714005
x-linode-cli-display: 1
1399814006
region:
1399914007
type: string
1400014008
description: >
14001-
A range of IPv6 addresses routed to a single Linode in the given
14002-
Region. Your Linode is responsible for routing individual addresses
14003-
in the range, or handling traffic for all of the addresses in the
14004-
range.
14009+
The region for this range of IPv6 addresses.
1400514010
example: us-east
1400614011
readOnly: true
1400714012
x-linode-cli-display: 2

0 commit comments

Comments
 (0)