Skip to content

Commit 18d1c4d

Browse files
authored
Merge pull request #729 from bbiggerr/ip-examples-update
Update IP addresses per IETF RFC 5737
2 parents 4d3cda1 + a3a7abe commit 18d1c4d

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

openapi.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,6 +1248,7 @@ paths:
12481248
x-linode-cli-action: maintenance-list
12491249
security:
12501250
- personalAccessToken: []
1251+
- oauth: []
12511252
responses:
12521253
'200':
12531254
description: Returns a paginated list of Maintenance objects.
@@ -6207,7 +6208,7 @@ paths:
62076208
-X POST -d '{
62086209
"type": "A",
62096210
"name": "test",
6210-
"target": "12.34.56.78",
6211+
"target": "203.0.113.1",
62116212
"priority": 50,
62126213
"weight": 50,
62136214
"port": 80,
@@ -6221,7 +6222,7 @@ paths:
62216222
linode-cli domains records-create 123 \
62226223
--type A \
62236224
--name test \
6224-
--target 12.34.56.78 \
6225+
--target 203.0.113.1 \
62256226
--priority 50 \
62266227
--weight 50 \
62276228
--port 80 \
@@ -6308,7 +6309,7 @@ paths:
63086309
-X PUT -d '{
63096310
"type": "A",
63106311
"name": "test",
6311-
"target": "12.34.56.78",
6312+
"target": "203.0.113.1",
63126313
"priority": 50,
63136314
"weight": 50,
63146315
"port": 80,
@@ -6323,7 +6324,7 @@ paths:
63236324
linode-cli domains records-update 123 234 \
63246325
--type A \
63256326
--name test \
6326-
--target 12.34.56.78 \
6327+
--target 203.0.113.1 \
63276328
--priority 50 \
63286329
--weight 50 \
63296330
--port 80 \
@@ -12393,7 +12394,7 @@ paths:
1239312394
"ssh": {
1239412395
"access": true,
1239512396
"user": "linode",
12396-
"ip": "12.34.56.78",
12397+
"ip": "203.0.113.1",
1239712398
"port": 22
1239812399
}
1239912400
}' \
@@ -12405,7 +12406,7 @@ paths:
1240512406
--ssh.access true \
1240612407
--ssh.user linode \
1240712408
--ssh.port 22 \
12408-
--ssh.ip 12.34.56.78
12409+
--ssh.ip 203.0.113.1
1240912410
/managed/services:
1241012411
x-linode-cli-command: managed
1241112412
get:
@@ -24277,7 +24278,7 @@ components:
2427724278
when responding to an Issue.
2427824279

2427924280
By default, any of a Linode's IP addresses can be used for incident response access.
24280-
example: "12.34.56.78"
24281+
example: "203.0.113.1"
2428124282
default: any
2428224283
port:
2428324284
type: integer
@@ -24461,7 +24462,7 @@ components:
2446124462
format: ip
2446224463
description: >
2446324464
This NodeBalancer's public IPv4 address.
24464-
example: 12.34.56.78
24465+
example: 203.0.113.1
2446524466
readOnly: true
2446624467
x-linode-cli-display: 5
2446724468
ipv6:
@@ -26608,7 +26609,7 @@ components:
2660826609
type: string
2660926610
description: >
2661026611
The last IP Address to successfully authenticate with this TrustedDevice.
26611-
example: 12.34.56.78
26612+
example: 203.0.113.1
2661226613
readOnly: true
2661326614
SecurityQuestion:
2661426615
type: object

0 commit comments

Comments
 (0)