Skip to content

Commit fa6289a

Browse files
committed
[New] Region Migrations List
1 parent 83a942f commit fa6289a

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

openapi.yaml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14542,6 +14542,52 @@ paths:
1454214542
- lang: CLI
1454314543
source: >
1454414544
linode-cli regions view us-east
14545+
/regions/{regionId}/migrations:
14546+
x-linode-cli-command: regions
14547+
servers:
14548+
- url: https://api.linode.com/v4beta
14549+
parameters:
14550+
- name: regionId
14551+
in: path
14552+
description: ID of the Region to look up.
14553+
required: true
14554+
schema:
14555+
type: string
14556+
get:
14557+
tags:
14558+
- Regions
14559+
summary: Region Migrations List
14560+
description: |
14561+
Returns the migration queue sizes for the Region.
14562+
14563+
Only the Block Storage Volumes migration queue size is returned at this time.
14564+
14565+
**Beta**: This endpoint is in beta. Please make sure to prepend all requests with
14566+
`/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking
14567+
updates in
14568+
operationId: getRegionMigrations
14569+
x-linode-cli-action: migrations
14570+
responses:
14571+
'200':
14572+
description: A Region Migrations object.
14573+
content:
14574+
application/json:
14575+
schema:
14576+
type: object
14577+
properties:
14578+
volumes:
14579+
type: integer
14580+
description: The size of the Block Storage Volumes migration queue for the Region.
14581+
example: 42
14582+
default:
14583+
$ref: '#/components/responses/ErrorResponse'
14584+
x-code-samples:
14585+
- lang: Shell
14586+
source: >
14587+
curl https://api.linode.com/v4/regions/us-east/migrations
14588+
- lang: CLI
14589+
source: >
14590+
linode-cli regions migrations us-east
1454514591
/support/tickets:
1454614592
x-linode-cli-command: tickets
1454714593
get:

0 commit comments

Comments
 (0)