Skip to content

Commit 0e25a1b

Browse files
authored
Merge pull request #792 from linode/release-4.152.3
Release 4.152.3
2 parents 95513ff + 7429ece commit 0e25a1b

File tree

1 file changed

+13
-20
lines changed

1 file changed

+13
-20
lines changed

openapi.yaml

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
3-
version: 4.152.0
3+
version: 4.152.3
44

55
title: Linode API
66
description: |
@@ -7798,13 +7798,13 @@ paths:
77987798
slaac:
77997799
$ref: '#/components/schemas/IPAddressV6Slaac'
78007800
global:
7801-
$ref: '#/components/schemas/IPv6Pool'
7801+
$ref: '#/components/schemas/IPv6Range'
78027802
default:
78037803
$ref: '#/components/responses/ErrorResponse'
78047804
x-code-samples:
78057805
- lang: Shell
78067806
source: >
7807-
curl -H "Content-Type: application/json" \
7807+
curl -H "Authorization: Bearer $TOKEN" \
78087808
https://api.linode.com/v4/linode/instances/123/ips
78097809
- lang: CLI
78107810
source: >
@@ -7916,7 +7916,7 @@ paths:
79167916
x-code-samples:
79177917
- lang: Shell
79187918
source: >
7919-
curl -H "Content-Type: application/json" \
7919+
curl -H "Authorization: Bearer $TOKEN" \
79207920
https://api.linode.com/v4/linode/instances/123/ips/97.107.143.141
79217921
- lang: CLI
79227922
source: >
@@ -19609,16 +19609,15 @@ components:
1960919609
enum:
1961019610
- none
1961119611
- asynch
19612-
- semi_synch
19613-
example: semi_synch
19612+
example: async
1961419613
description: |
1961519614
The replication method used for the Managed Database.
1961619615

19617-
Defaults to `none` for a single cluster and `semi_synch` for a high availability cluster.
19616+
Defaults to `none` for a single cluster and `asynch` for a high availability cluster.
1961819617

1961919618
Must be `none` for a single node cluster.
1962019619

19621-
Must be `asynch` or `semi_synch` for a high availability cluster.
19620+
Must be `asynch` for a high availability cluster.
1962219621
x-linode-cli-display: 99
1962319622
replication_commit_type:
1962419623
type: string
@@ -19634,8 +19633,6 @@ components:
1963419633
The synchronization level of the replicating server.
1963519634

1963619635
Must be `local` or `off` for the `asynch` replication type.
19637-
19638-
Must be `on`, `remote_write`, or `remote_apply` for the `semi_synch` replication type.
1963919636
x-linode-cli-display: 100
1964019637
port:
1964119638
type: integer
@@ -21732,8 +21729,7 @@ components:
2173221729
prefix:
2173321730
type: integer
2173421731
description: >
21735-
The prefix length of the address, denoting how many addresses can be
21736-
assigned from this pool calculated as 2 <sup>128-prefix</sup>.
21732+
The prefix length of the address. The total number of addresses that can be assigned from this range is calculated as 2<sup>(128 - prefix length)</sup>.
2173721733
example: 124
2173821734
x-linode-cli-display: 2
2173921735
region:
@@ -21758,15 +21754,14 @@ components:
2175821754
range:
2175921755
type: string
2176021756
description: >
21761-
The IPv6 range of addresses in this pool.
21757+
The IPv6 address of this range.
2176221758
example: '2600:3c01::'
2176321759
readOnly: true
2176421760
x-linode-cli-display: 1
2176521761
prefix:
2176621762
type: integer
2176721763
description: >
21768-
The prefix length of the address, denoting how many addresses can be
21769-
assigned from this range calculated as 2 <sup>128-prefix</sup>.
21764+
The prefix length of the address. The total number of addresses that can be assigned from this range is calculated as 2<sup>(128 - prefix length)</sup>.
2177021765
example: 64
2177121766
x-linode-cli-display: 2
2177221767
region:
@@ -21779,9 +21774,8 @@ components:
2177921774
route_target:
2178021775
type: string
2178121776
description: >
21782-
The last address in this block of IPv6 addresses.
21777+
The IPv6 SLAAC address.
2178321778
example: '2600:3c01::ffff:ffff:ffff:ffff'
21784-
nullable: true
2178521779
IPv6RangeBGP:
2178621780
type: object
2178721781
description: >
@@ -21790,15 +21784,14 @@ components:
2179021784
range:
2179121785
type: string
2179221786
description: >
21793-
The IPv6 range of addresses in this pool.
21787+
The IPv6 address of this range.
2179421788
example: '2600:3c01::'
2179521789
readOnly: true
2179621790
x-linode-cli-display: 1
2179721791
prefix:
2179821792
type: integer
2179921793
description: >
21800-
The prefix length of the address, denoting how many addresses can be
21801-
assigned from this range calculated as 2 <sup>128-prefix</sup>.
21794+
The prefix length of the address. The total number of addresses that can be assigned from this range is calculated as 2<sup>(128 - prefix length)</sup>.
2180221795
example: 64
2180321796
x-linode-cli-display: 2
2180421797
region:

0 commit comments

Comments
 (0)