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
@@ -12882,6 +12882,8 @@ paths:
12882
12882
* Linodes may have no more than one assigned private IPv4 address.
12883
12883
* Linodes may have no more than one assigned IPv6 range.
12884
12884
* [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.
12885
12887
operationId: assignIPs
12886
12888
x-linode-cli-action: ip-assign
12887
12889
security:
@@ -23946,29 +23948,41 @@ components:
23946
23948
If true, Linode special forces may access this Linode over
23947
23949
ssh to respond to Issues.
23948
23950
example: true
23951
+
default: true
23949
23952
user:
23950
23953
type: string
23951
23954
minLength: 0
23952
23955
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
23955
23958
Linode to respond to an issue.
23959
+
23960
+
The default `null` value corresponds to the root user.
23956
23961
example: linode
23962
+
default: none
23963
+
nullable: true
23957
23964
ip:
23958
23965
type: string
23959
23966
format: ip
23960
-
description: >
23967
+
description: |
23961
23968
The IP Linode special forces should use to access this Linode
23962
23969
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
23964
23974
port:
23965
23975
type: integer
23966
23976
minimum: 1
23967
23977
maximum: 65535
23968
-
description: >
23978
+
description: |
23969
23979
The port Linode special forces should use to access this Linode
0 commit comments