@@ -1248,6 +1248,7 @@ paths:
1248
1248
x-linode-cli-action: maintenance-list
1249
1249
security:
1250
1250
- personalAccessToken: []
1251
+ - oauth: []
1251
1252
responses:
1252
1253
'200':
1253
1254
description: Returns a paginated list of Maintenance objects.
@@ -6207,7 +6208,7 @@ paths:
6207
6208
-X POST -d '{
6208
6209
"type": "A",
6209
6210
"name": "test",
6210
- "target": "12.34.56.78 ",
6211
+ "target": "203.0.113.1 ",
6211
6212
"priority": 50,
6212
6213
"weight": 50,
6213
6214
"port": 80,
@@ -6221,7 +6222,7 @@ paths:
6221
6222
linode-cli domains records-create 123 \
6222
6223
--type A \
6223
6224
--name test \
6224
- --target 12.34.56.78 \
6225
+ --target 203.0.113.1 \
6225
6226
--priority 50 \
6226
6227
--weight 50 \
6227
6228
--port 80 \
@@ -6308,7 +6309,7 @@ paths:
6308
6309
-X PUT -d '{
6309
6310
"type": "A",
6310
6311
"name": "test",
6311
- "target": "12.34.56.78 ",
6312
+ "target": "203.0.113.1 ",
6312
6313
"priority": 50,
6313
6314
"weight": 50,
6314
6315
"port": 80,
@@ -6323,7 +6324,7 @@ paths:
6323
6324
linode-cli domains records-update 123 234 \
6324
6325
--type A \
6325
6326
--name test \
6326
- --target 12.34.56.78 \
6327
+ --target 203.0.113.1 \
6327
6328
--priority 50 \
6328
6329
--weight 50 \
6329
6330
--port 80 \
@@ -12393,7 +12394,7 @@ paths:
12393
12394
"ssh": {
12394
12395
"access": true,
12395
12396
"user": "linode",
12396
- "ip": "12.34.56.78 ",
12397
+ "ip": "203.0.113.1 ",
12397
12398
"port": 22
12398
12399
}
12399
12400
}' \
@@ -12405,7 +12406,7 @@ paths:
12405
12406
--ssh.access true \
12406
12407
--ssh.user linode \
12407
12408
--ssh.port 22 \
12408
- --ssh.ip 12.34.56.78
12409
+ --ssh.ip 203.0.113.1
12409
12410
/managed/services:
12410
12411
x-linode-cli-command: managed
12411
12412
get:
@@ -24277,7 +24278,7 @@ components:
24277
24278
when responding to an Issue.
24278
24279
24279
24280
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 "
24281
24282
default: any
24282
24283
port:
24283
24284
type: integer
@@ -24461,7 +24462,7 @@ components:
24461
24462
format: ip
24462
24463
description: >
24463
24464
This NodeBalancer's public IPv4 address.
24464
- example: 12.34.56.78
24465
+ example: 203.0.113.1
24465
24466
readOnly: true
24466
24467
x-linode-cli-display: 5
24467
24468
ipv6:
@@ -26608,7 +26609,7 @@ components:
26608
26609
type: string
26609
26610
description: >
26610
26611
The last IP Address to successfully authenticate with this TrustedDevice.
26611
- example: 12.34.56.78
26612
+ example: 203.0.113.1
26612
26613
readOnly: true
26613
26614
SecurityQuestion:
26614
26615
type: object
0 commit comments