You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+19-5Lines changed: 19 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -12894,6 +12894,8 @@ paths:
12894
12894
* Linodes may have no more than one assigned private IPv4 address.
12895
12895
* Linodes may have no more than one assigned IPv6 range.
12896
12896
* [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.
12897
12899
operationId: assignIPs
12898
12900
x-linode-cli-action: ip-assign
12899
12901
security:
@@ -23958,29 +23960,41 @@ components:
23958
23960
If true, Linode special forces may access this Linode over
23959
23961
ssh to respond to Issues.
23960
23962
example: true
23963
+
default: true
23961
23964
user:
23962
23965
type: string
23963
23966
minLength: 0
23964
23967
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
23967
23970
Linode to respond to an issue.
23971
+
23972
+
The default `null` value corresponds to the root user.
23968
23973
example: linode
23974
+
default: null
23975
+
nullable: true
23969
23976
ip:
23970
23977
type: string
23971
23978
format: ip
23972
-
description: >
23979
+
description: |
23973
23980
The IP Linode special forces should use to access this Linode
23974
23981
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
23976
23986
port:
23977
23987
type: integer
23978
23988
minimum: 1
23979
23989
maximum: 65535
23980
-
description: >
23990
+
description: |
23981
23991
The port Linode special forces should use to access this Linode
0 commit comments