@@ -6207,7 +6207,7 @@ paths:
6207
6207
-X POST -d '{
6208
6208
"type": "A",
6209
6209
"name": "test",
6210
- "target": "12.34.56.78 ",
6210
+ "target": "203.0.113.1 ",
6211
6211
"priority": 50,
6212
6212
"weight": 50,
6213
6213
"port": 80,
@@ -6221,7 +6221,7 @@ paths:
6221
6221
linode-cli domains records-create 123 \
6222
6222
--type A \
6223
6223
--name test \
6224
- --target 12.34.56.78 \
6224
+ --target 203.0.113.1 \
6225
6225
--priority 50 \
6226
6226
--weight 50 \
6227
6227
--port 80 \
@@ -6308,7 +6308,7 @@ paths:
6308
6308
-X PUT -d '{
6309
6309
"type": "A",
6310
6310
"name": "test",
6311
- "target": "12.34.56.78 ",
6311
+ "target": "203.0.113.1 ",
6312
6312
"priority": 50,
6313
6313
"weight": 50,
6314
6314
"port": 80,
@@ -6323,7 +6323,7 @@ paths:
6323
6323
linode-cli domains records-update 123 234 \
6324
6324
--type A \
6325
6325
--name test \
6326
- --target 12.34.56.78 \
6326
+ --target 203.0.113.1 \
6327
6327
--priority 50 \
6328
6328
--weight 50 \
6329
6329
--port 80 \
@@ -12393,7 +12393,7 @@ paths:
12393
12393
"ssh": {
12394
12394
"access": true,
12395
12395
"user": "linode",
12396
- "ip": "12.34.56.78 ",
12396
+ "ip": "203.0.113.1 ",
12397
12397
"port": 22
12398
12398
}
12399
12399
}' \
@@ -12405,7 +12405,7 @@ paths:
12405
12405
--ssh.access true \
12406
12406
--ssh.user linode \
12407
12407
--ssh.port 22 \
12408
- --ssh.ip 12.34.56.78
12408
+ --ssh.ip 203.0.113.1
12409
12409
/managed/services:
12410
12410
x-linode-cli-command: managed
12411
12411
get:
@@ -24277,7 +24277,7 @@ components:
24277
24277
when responding to an Issue.
24278
24278
24279
24279
By default, any of a Linode's IP addresses can be used for incident response access.
24280
- example: "12.34.56.78 "
24280
+ example: "203.0.113.1 "
24281
24281
default: any
24282
24282
port:
24283
24283
type: integer
@@ -24461,7 +24461,7 @@ components:
24461
24461
format: ip
24462
24462
description: >
24463
24463
This NodeBalancer's public IPv4 address.
24464
- example: 12.34.56.78
24464
+ example: 203.0.113.1
24465
24465
readOnly: true
24466
24466
x-linode-cli-display: 5
24467
24467
ipv6:
@@ -26608,7 +26608,7 @@ components:
26608
26608
type: string
26609
26609
description: >
26610
26610
The last IP Address to successfully authenticate with this TrustedDevice.
26611
- example: 12.34.56.78
26611
+ example: 203.0.113.1
26612
26612
readOnly: true
26613
26613
SecurityQuestion:
26614
26614
type: object
0 commit comments