File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed
Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change @@ -14592,6 +14592,54 @@ paths:
1459214592 - lang: CLI
1459314593 source: >
1459414594 linode-cli regions view us-east
14595+ /regions/{regionId}/migrations:
14596+ x-linode-cli-command: regions
14597+ parameters:
14598+ - name: regionId
14599+ in: path
14600+ description: ID of the Region to look up.
14601+ required: true
14602+ schema:
14603+ type: string
14604+ get:
14605+ servers:
14606+ - url: https://api.linode.com/v4beta
14607+ tags:
14608+ - Regions
14609+ summary: Region Migrations List
14610+ description: |
14611+ Returns the number of queued migrations for the Region. Scheduled migrations that have not been placed on the
14612+ queue are not included in this count.
14613+
14614+ Only the Block Storage Volumes migration queue size is returned at this time.
14615+
14616+ **Beta**: This endpoint is in beta. Please make sure to prepend all requests with
14617+ `/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking
14618+ updates in the future. This notice will be removed when this endpoint is out of
14619+ beta.
14620+ operationId: getRegionMigrations
14621+ x-linode-cli-action: migrations
14622+ responses:
14623+ '200':
14624+ description: A Region Migrations object.
14625+ content:
14626+ application/json:
14627+ schema:
14628+ type: object
14629+ properties:
14630+ volumes:
14631+ type: integer
14632+ description: The size of the Block Storage Volumes migration queue for the Region.
14633+ example: 42
14634+ default:
14635+ $ref: '#/components/responses/ErrorResponse'
14636+ x-code-samples:
14637+ - lang: Shell
14638+ source: >
14639+ curl https://api.linode.com/v4/regions/us-east/migrations
14640+ - lang: CLI
14641+ source: >
14642+ linode-cli regions migrations us-east
1459514643 /support/tickets:
1459614644 x-linode-cli-command: tickets
1459714645 get:
You can’t perform that action at this time.
0 commit comments