|
1 | 1 | openapi: 3.0.1 |
2 | 2 | info: |
3 | | - version: 4.101.1 |
| 3 | + version: 4.102.0 |
4 | 4 |
|
5 | 5 | title: Linode API |
6 | 6 | description: | |
@@ -14592,54 +14592,6 @@ paths: |
14592 | 14592 | - lang: CLI |
14593 | 14593 | source: > |
14594 | 14594 | 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 |
14643 | 14595 | /support/tickets: |
14644 | 14596 | x-linode-cli-command: tickets |
14645 | 14597 | get: |
@@ -15717,54 +15669,6 @@ paths: |
15717 | 15669 | - lang: CLI |
15718 | 15670 | source: > |
15719 | 15671 | linode-cli volumes detach 12345 |
15720 | | - /volumes/{volumeId}/migration-cancel: |
15721 | | - parameters: |
15722 | | - - name: volumeId |
15723 | | - in: path |
15724 | | - description: ID of the Volume to look up. |
15725 | | - required: true |
15726 | | - schema: |
15727 | | - type: integer |
15728 | | - x-linode-cli-command: volumes |
15729 | | - post: |
15730 | | - x-linode-grant: read_write |
15731 | | - tags: |
15732 | | - - Volumes |
15733 | | - summary: Volume Migration Cancel |
15734 | | - description: | |
15735 | | - Cancels the customer-initiated migration for the Volume. |
15736 | | - |
15737 | | - Cancelled migrations are removed from the migration queue, then reset to occur on the original scheduled migration date. |
15738 | | - |
15739 | | - A Volume migration cannot be cancelled in the following cases: |
15740 | | - * The migration is already in progress. |
15741 | | - * The migration was automatically queued on the scheduled date. |
15742 | | - operationId: cancelVolumeMigration |
15743 | | - x-linode-cli-action: migration-cancel |
15744 | | - security: |
15745 | | - - personalAccessToken: [] |
15746 | | - - oauth: |
15747 | | - - volumes:read_write |
15748 | | - - linodes:read_write |
15749 | | - responses: |
15750 | | - '200': |
15751 | | - description: Migration cancelled successfully. |
15752 | | - content: |
15753 | | - application/json: |
15754 | | - schema: |
15755 | | - type: object |
15756 | | - default: |
15757 | | - $ref: '#/components/responses/ErrorResponse' |
15758 | | - x-code-samples: |
15759 | | - - lang: Shell |
15760 | | - source: > |
15761 | | - curl -H "Content-Type: application/json" \ |
15762 | | - -H "Authorization: Bearer $TOKEN" \ |
15763 | | - -X POST \ |
15764 | | - https://api.linode.com/v4/volumes/12345/migration-cancel |
15765 | | - - lang: CLI |
15766 | | - source: > |
15767 | | - linode-cli volumes migration-cancel 12345 |
15768 | 15672 | /volumes/{volumeId}/resize: |
15769 | 15673 | parameters: |
15770 | 15674 | - name: volumeId |
|
0 commit comments