Skip to content

Commit bace6f2

Browse files
authored
Merge pull request #662 from bbiggerr/managed-ip-swap/fix
Update Managed Services SSH access properties and note on Linodes Assign IPs
2 parents 4da2d8e + bb48938 commit bace6f2

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
@@ -12894,6 +12894,8 @@ paths:
1289412894
* Linodes may have no more than one assigned private IPv4 address.
1289512895
* Linodes may have no more than one assigned IPv6 range.
1289612896
* [Open a Support Ticket](/docs/api/support/#support-ticket-open) to request additional IPv4 addresses or IPv6 ranges.
12897+
12898+
**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.
1289712899
operationId: assignIPs
1289812900
x-linode-cli-action: ip-assign
1289912901
security:
@@ -23958,29 +23960,41 @@ components:
2395823960
If true, Linode special forces may access this Linode over
2395923961
ssh to respond to Issues.
2396023962
example: true
23963+
default: true
2396123964
user:
2396223965
type: string
2396323966
minLength: 0
2396423967
maxLength: 32
23965-
description: >
23966-
The user Linode's special forces should use when accessing this
23968+
description: |
23969+
The specific user, if any, Linode's special forces should use when accessing this
2396723970
Linode to respond to an issue.
23971+
23972+
The default `null` value corresponds to the root user.
2396823973
example: linode
23974+
default: null
23975+
nullable: true
2396923976
ip:
2397023977
type: string
2397123978
format: ip
23972-
description: >
23979+
description: |
2397323980
The IP Linode special forces should use to access this Linode
2397423981
when responding to an Issue.
23975-
example: 12.34.56.78
23982+
23983+
By default, any of a Linode's IP addresses can be used for incident response access.
23984+
example: "12.34.56.78"
23985+
default: any
2397623986
port:
2397723987
type: integer
2397823988
minimum: 1
2397923989
maximum: 65535
23980-
description: >
23990+
description: |
2398123991
The port Linode special forces should use to access this Linode
2398223992
over ssh to respond to an Issue.
23993+
23994+
The default `null` value corresponds to port 22.
2398323995
example: 22
23996+
nullable: true
23997+
default: null
2398423998
ManagedService:
2398523999
type: object
2398624000
description: >

0 commit comments

Comments
 (0)