Skip to content

Commit 200289b

Browse files
committed
Update Managed Services ssh access and note on Linodes Assign IPs
1 parent 7525116 commit 200289b

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

openapi.yaml

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12882,6 +12882,8 @@ paths:
1288212882
* Linodes may have no more than one assigned private IPv4 address.
1288312883
* Linodes may have no more than one assigned IPv6 range.
1288412884
* [Open a Support Ticket](/docs/api/support/#support-ticket-open) to request additional IPv4 addresses or IPv6 ranges.
12885+
12886+
**Note**: Removing an IP address that has been set as a Managed Linode's `ssh.ip` causes the Managed Linode's SSH access settings to reset to their default values. To view and configure Managed Linode SSH settings, use the **Linode's Managed Settings View** ([GET /managed/linode-settings/{linodeId}](/docs/api/managed/#linodes-managed-settings-view)) and **Linode's Managed Settings Update** ([PUT /managed/linode-settings/{linodeId}](/docs/api/managed/#linodes-managed-settings-update)) commands.
1288512887
operationId: assignIPs
1288612888
x-linode-cli-action: ip-assign
1288712889
security:
@@ -23946,29 +23948,41 @@ components:
2394623948
If true, Linode special forces may access this Linode over
2394723949
ssh to respond to Issues.
2394823950
example: true
23951+
default: true
2394923952
user:
2395023953
type: string
2395123954
minLength: 0
2395223955
maxLength: 32
23953-
description: >
23954-
The user Linode's special forces should use when accessing this
23956+
description: |
23957+
The specific user, if any, Linode's special forces should use when accessing this
2395523958
Linode to respond to an issue.
23959+
23960+
The default `null` value corresponds to the root user.
2395623961
example: linode
23962+
default: none
23963+
nullable: true
2395723964
ip:
2395823965
type: string
2395923966
format: ip
23960-
description: >
23967+
description: |
2396123968
The IP Linode special forces should use to access this Linode
2396223969
when responding to an Issue.
23963-
example: 12.34.56.78
23970+
23971+
By default, any of a Linode's IP addresses can be used for incident response access.
23972+
example: "12.34.56.78"
23973+
default: any
2396423974
port:
2396523975
type: integer
2396623976
minimum: 1
2396723977
maximum: 65535
23968-
description: >
23978+
description: |
2396923979
The port Linode special forces should use to access this Linode
2397023980
over ssh to respond to an Issue.
23981+
23982+
The default `null` value corresponds to port 22.
2397123983
example: 22
23984+
nullable: true
23985+
default: none
2397223986
ManagedService:
2397323987
type: object
2397423988
description: >

0 commit comments

Comments
 (0)