1
1
openapi: 3.0.1
2
2
info:
3
- version: 4.86.1
3
+ version: 4.87.0
4
4
5
5
title: Linode API
6
6
description: |
@@ -1949,14 +1949,11 @@ paths:
1949
1949
transfer token and instructions on completing the transfer.
1950
1950
1951
1951
When a transfer is [accepted](/docs/api/account/#service-transfer-accept), the requested services are moved to
1952
- the receiving account. Linode services will not experience interruptions due to the transfer process, but
1953
- please take note of the following:
1952
+ the receiving account. Linode services will not experience interruptions due to the transfer process. Backups
1953
+ for Linodes are transferred as well.
1954
1954
1955
- - If any of the Linodes included in the request have Backups enabled, that data and associated costs will be
1956
- removed/cancelled.
1957
-
1958
- - DNS records will not be transferred or updated. Please ensure that DNS records have been updated or
1959
- communicated to the recipient prior to the transfer.
1955
+ DNS records that are associated with requested services will not be transferred or updated. Please ensure that
1956
+ associated DNS records have been updated or communicated to the recipient prior to the transfer.
1960
1957
1961
1958
A transfer can take up to three hours to complete once accepted. When a transfer is
1962
1959
completed, billing for transferred services ends for the sending account and begins for the receiving account.
@@ -15388,6 +15385,25 @@ components:
15388
15385
description: >
15389
15386
The amount of credit left for this month for this promotion.
15390
15387
example: "10.00"
15388
+ service_type:
15389
+ type: string
15390
+ enum:
15391
+ - all
15392
+ - backup
15393
+ - blockstorage
15394
+ - db_mysql
15395
+ - ip_v4
15396
+ - linode
15397
+ - linode_disk
15398
+ - linode_memory
15399
+ - longview
15400
+ - managed
15401
+ - nodebalancer
15402
+ - objectstorage
15403
+ - transfer_tx
15404
+ description: >
15405
+ The service to which this promotion applies.
15406
+ example: "all"
15391
15407
active_since:
15392
15408
type: string
15393
15409
format: date-time
@@ -17910,6 +17926,7 @@ components:
17910
17926
readOnly: true
17911
17927
ipv4:
17912
17928
type: array
17929
+ format: ipv4
17913
17930
items:
17914
17931
type: string
17915
17932
example:
@@ -17926,11 +17943,13 @@ components:
17926
17943
x-linode-cli-display: 10
17927
17944
ipv6:
17928
17945
type: string
17946
+ format: ipv6/128
17947
+ nullable: true
17929
17948
description: >
17930
- This Linode's IPv6 SLAAC addresses . This address is specific to a Linode, and may not
17949
+ This Linode's IPv6 SLAAC address . This address is specific to a Linode, and may not
17931
17950
be shared. If the Linode has not been assigned an IPv6 address, the return value will
17932
17951
be `null`.
17933
- example: 'c001:d00d::1234 '
17952
+ example: 'c001:d00d::1337/128 '
17934
17953
readOnly: true
17935
17954
specs:
17936
17955
type: object
0 commit comments