1
1
openapi: 3.0.1
2
2
info:
3
- version: 4.84.0
3
+ version: 4.84.1
4
4
5
5
title: Linode API
6
6
description: |
@@ -655,7 +655,7 @@ paths:
655
655
https://api.linode.com/v4/account/entity-transfers
656
656
- lang: CLI
657
657
source: >
658
- linode-cli account entity-transfers \
658
+ linode-cli entity-transfers \
659
659
list
660
660
post:
661
661
x-linode-grant: unrestricted only
@@ -672,7 +672,18 @@ paths:
672
672
673
673
674
674
When a transfer is [accepted](/docs/api/account/#entity-transfer-accept), the requested entities are moved to
675
- the receiving account. A transfer can take up to three hours to complete once accepted. When a transfer is
675
+ the receiving account. Linode services will not experience interruptions due to the transfer process, but
676
+ please take note of the following:
677
+
678
+
679
+ - If any of the Linodes included in the request have Backups enabled, that data and associated costs will be
680
+ removed/cancelled.
681
+
682
+ - DNS records will not be transferred or updated. Please ensure that DNS records have been updated or
683
+ communicated to the recipient prior to the transfer.
684
+
685
+
686
+ A transfer can take up to three hours to complete once accepted. When a transfer is
676
687
completed, billing for transferred entities ends for the sending account and begins for the receiving account.
677
688
678
689
@@ -740,8 +751,10 @@ paths:
740
751
https://api.linode.com/v4/account/entity-transfers
741
752
- lang: CLI
742
753
source: >
743
- linode-cli account entity-transfers \
744
- create --linodes 111,222
754
+ linode-cli entity-transfers \
755
+ create \
756
+ --entities.linodes 111 \
757
+ --entities.linodes 222
745
758
/account/entity-transfers/{token}:
746
759
x-linode-cli-command: entity-transfers
747
760
parameters:
@@ -786,7 +799,7 @@ paths:
786
799
https://api.linode.com/v4/account/entity-transfers/123E4567-E89B-12D3-A456-426614174000
787
800
- lang: CLI
788
801
source: >
789
- linode-cli account entity-transfers \
802
+ linode-cli entity-transfers \
790
803
view 123E4567-E89B-12D3-A456-426614174000
791
804
delete:
792
805
x-linode-grant: unrestricted only
@@ -805,7 +818,7 @@ paths:
805
818
806
819
This command can only be accessed by the unrestricted users of the account that created this transfer.
807
820
operationId: deleteEntityTransfer
808
- x-linode-cli-action: delete
821
+ x-linode-cli-action: cancel
809
822
security:
810
823
- personalAccessToken: []
811
824
- oauth:
@@ -828,8 +841,8 @@ paths:
828
841
https://api.linode.com/v4/account/entity-transfers/123E4567-E89B-12D3-A456-426614174000
829
842
- lang: CLI
830
843
source: >
831
- linode-cli account entity-transfers \
832
- delete 123E4567-E89B-12D3-A456-426614174000
844
+ linode-cli entity-transfers \
845
+ cancel 123E4567-E89B-12D3-A456-426614174000
833
846
/account/entity-transfers/{token}/accept:
834
847
x-linode-cli-command: entity-transfers
835
848
parameters:
@@ -907,7 +920,7 @@ paths:
907
920
https://api.linode.com/v4/account/entity-transfers/123E4567-E89B-12D3-A456-426614174000/accept
908
921
- lang: CLI
909
922
source: >
910
- linode-cli account entity-transfers \
923
+ linode-cli entity-transfers \
911
924
accept 123E4567-E89B-12D3-A456-426614174000
912
925
/account/events:
913
926
x-linode-cli-command: events
@@ -16059,7 +16072,15 @@ components:
16059
16072
The token used to identify and accept or cancel this transfer.
16060
16073
example: "123E4567-E89B-12D3-A456-426614174000"
16061
16074
status:
16075
+ x-linode-cli-display: 2
16062
16076
x-linode-filterable: true
16077
+ x-linode-cli-color:
16078
+ accepted: yellow
16079
+ cancelled: red
16080
+ completed: green
16081
+ failed: red
16082
+ pending: yellow
16083
+ stale: red
16063
16084
type: string
16064
16085
enum:
16065
16086
- accepted
@@ -16073,7 +16094,7 @@ components:
16073
16094
16074
16095
16075
16096
`accepted`: The transfer has been accepted by another user and is currently in progress.
16076
- Transfers can take several hours to complete.
16097
+ Transfers can take up to 3 hours to complete.
16077
16098
16078
16099
16079
16100
`cancelled`: The transfer has been cancelled by the sender.
@@ -16104,12 +16125,14 @@ components:
16104
16125
When this transfer was last updated.
16105
16126
example: '2021-02-11T16:37:03'
16106
16127
is_sender:
16128
+ x-linode-cli-display: 4
16107
16129
x-linode-filterable: true
16108
16130
type: boolean
16109
16131
description: >
16110
16132
If the requesting account created this transfer.
16111
16133
example: true
16112
16134
expiry:
16135
+ x-linode-cli-display: 3
16113
16136
type: string
16114
16137
format: date-time
16115
16138
description: >
@@ -16121,6 +16144,7 @@ components:
16121
16144
A collection of the entities to include in this transfer request, separated by type.
16122
16145
properties:
16123
16146
linodes:
16147
+ x-linode-cli-display: 5
16124
16148
type: array
16125
16149
items:
16126
16150
type: integer
0 commit comments