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
+42-59Lines changed: 42 additions & 59 deletions
Original file line number
Diff line number
Diff line change
@@ -13087,24 +13087,18 @@ paths:
13087
13087
x-linode-cli-command: networking
13088
13088
post:
13089
13089
servers:
13090
-
- url: https://api.linode.com/v4beta
13091
13090
- url: https://api.linode.com/v4
13091
+
- url: https://api.linode.com/v4beta
13092
13092
x-linode-grant: read_write
13093
13093
tags:
13094
13094
- Networking
13095
13095
summary: IP Addresses Share
13096
13096
description: |
13097
13097
Configure shared IPs.
13098
13098
13099
-
IP sharing allows IP address reassignment (also referred to as IP failover) from one Linode to another if
13100
-
the primary Linode becomes unresponsive. This means that requests to the primary Linode's IP address can be
13101
-
automatically rerouted to secondary Linodes at the configured shared IP addresses.
13102
-
13103
-
IP failover requires configuration of a failover service (such as [Keepalived](/docs/guides/ip-failover-keepalived))
13104
-
within the internal system of the primary Linode.
13099
+
IP sharing allows IP address reassignment (also referred to as IP failover) from one Linode to another if the primary Linode becomes unresponsive. This means that requests to the primary Linode's IP address can be automatically rerouted to secondary Linodes at the configured shared IP addresses.
13105
13100
13106
-
**Note**: IPv6 range sharing has limited availability in certain regions. Please contact customer support for
13107
-
assistance in enabling IPv6 range sharing for your Linodes.
13101
+
IP failover requires configuration of a failover service (such as [Keepalived](/docs/guides/ip-failover-keepalived)) within the internal system of the primary Linode.
13108
13102
operationId: shareIPs
13109
13103
x-linode-cli-action: ip-share
13110
13104
security:
@@ -13118,27 +13112,7 @@ paths:
13118
13112
content:
13119
13113
application/json:
13120
13114
schema:
13121
-
required:
13122
-
- linode_id
13123
-
- ips
13124
-
properties:
13125
-
linode_id:
13126
-
type: integer
13127
-
description: >
13128
-
The ID of the primary Linode that the addresses will be shared with.
13129
-
example: 123
13130
-
ips:
13131
-
type: array
13132
-
items:
13133
-
type: string
13134
-
format: ip
13135
-
description: |
13136
-
A list of secondary Linode IPs to share with the primary Linode.
13137
-
* Can include both IPv4 addresses and IPv6 ranges (omit /56 and /64 prefix lengths)
13138
-
* Can include both private and public IPv4 addresses.
13139
-
* You must have access to all of these addresses and they must be in the same Region as the primary
13140
-
Linode.
13141
-
* Enter an empty array to remove all shared IP addresses.
Configure shared IPs. A shared IP may be brought up on a Linode other
13273
-
than the one it lists in its response. This can be used to allow one
13274
-
Linode to begin serving requests should another become unresponsive.
13245
+
description: |
13246
+
Configure shared IPs. This command is equivalent to **IP Addresses Share** ([POST /networking/ips/share](#ip-addresses-share)).
13247
+
13248
+
IP sharing allows IP address reassignment (also referred to as IP failover) from one Linode to another if the primary Linode becomes unresponsive. This means that requests to the primary Linode's IP address can be automatically rerouted to secondary Linodes at the configured shared IP addresses.
13249
+
13250
+
IP failover requires configuration of a failover service (such as [Keepalived](/docs/guides/ip-failover-keepalived)) within the internal system of the primary Linode.
13275
13251
operationId: shareIPv4s
13276
13252
x-linode-cli-skip: true
13277
13253
security:
@@ -13285,28 +13261,7 @@ paths:
13285
13261
content:
13286
13262
application/json:
13287
13263
schema:
13288
-
required:
13289
-
- linode_id
13290
-
- ips
13291
-
properties:
13292
-
linode_id:
13293
-
type: integer
13294
-
description: >
13295
-
The ID of the Linode that the addresses will be shared with.
13296
-
example: 123
13297
-
ips:
13298
-
type: array
13299
-
items:
13300
-
type: string
13301
-
format: ip
13302
-
example: 12.34.56.78
13303
-
description: >
13304
-
A list of IPs that will be shared with this Linode. When
13305
-
this is finished, the given Linode will be able to bring up
13306
-
these addresses in addition to the Linodes that these
13307
-
addresses belong to. You must have access to all of these
13308
-
addresses and they must be in the same Region as the
0 commit comments