|
1 | 1 | openapi: 3.0.1
|
2 | 2 | info:
|
3 |
| - version: 4.130.0 |
| 3 | + version: 4.132.0 |
4 | 4 |
|
5 | 5 | title: Linode API
|
6 | 6 | description: |
|
@@ -5548,20 +5548,26 @@ paths:
|
5548 | 5548 | description: Returns a paginated list of all Managed Database types.
|
5549 | 5549 | content:
|
5550 | 5550 | application/json:
|
5551 |
| - x-linode-cli-nested-list: cluster_size |
| 5551 | + x-linode-cli-nested-list: engines.mysql, engines.postgresql, engines.mongodb |
5552 | 5552 | x-linode-cli-use-schema:
|
5553 | 5553 | type: object
|
5554 | 5554 | properties:
|
5555 | 5555 | id:
|
5556 | 5556 | x-linode-cli-display: 1
|
5557 | 5557 | label:
|
5558 | 5558 | x-linode-cli-display: 2
|
5559 |
| - cluster_size.quantity: |
5560 |
| - x-linode-cli-display: 3 |
5561 |
| - cluster_size.price.hourly: |
5562 |
| - x-linode-cli-display: 4 |
5563 |
| - cluster_size.price.monthly: |
5564 |
| - x-linode-cli-display: 5 |
| 5559 | + _split: |
| 5560 | + x-linode-cli-display: 2.5 |
| 5561 | + engines: |
| 5562 | + properties: |
| 5563 | + quantity: |
| 5564 | + x-linode-cli-display: 3 |
| 5565 | + price: |
| 5566 | + properties: |
| 5567 | + hourly: |
| 5568 | + x-linode-cli-display: 4 |
| 5569 | + monthly: |
| 5570 | + x-linode-cli-display: 5 |
5565 | 5571 | schema:
|
5566 | 5572 | allOf:
|
5567 | 5573 | - $ref: '#/components/schemas/PaginationEnvelope'
|
@@ -5608,20 +5614,26 @@ paths:
|
5608 | 5614 | description: Returns a single Managed Database type.
|
5609 | 5615 | content:
|
5610 | 5616 | application/json:
|
5611 |
| - x-linode-cli-nested-list: cluster_size |
| 5617 | + x-linode-cli-nested-list: engines.mysql, engines.postgresql, engines.mongodb |
5612 | 5618 | x-linode-cli-use-schema:
|
5613 | 5619 | type: object
|
5614 | 5620 | properties:
|
5615 | 5621 | id:
|
5616 | 5622 | x-linode-cli-display: 1
|
5617 | 5623 | label:
|
5618 | 5624 | x-linode-cli-display: 2
|
5619 |
| - cluster_size.quantity: |
5620 |
| - x-linode-cli-display: 3 |
5621 |
| - cluster_size.price.hourly: |
5622 |
| - x-linode-cli-display: 4 |
5623 |
| - cluster_size.price.monthly: |
5624 |
| - x-linode-cli-display: 5 |
| 5625 | + _split: |
| 5626 | + x-linode-cli-display: 2.5 |
| 5627 | + engines: |
| 5628 | + properties: |
| 5629 | + quantity: |
| 5630 | + x-linode-cli-display: 3 |
| 5631 | + price: |
| 5632 | + properties: |
| 5633 | + hourly: |
| 5634 | + x-linode-cli-display: 4 |
| 5635 | + monthly: |
| 5636 | + x-linode-cli-display: 5 |
5625 | 5637 | schema:
|
5626 | 5638 | $ref: '#/components/schemas/DatabaseType'
|
5627 | 5639 | default:
|
@@ -12882,6 +12894,8 @@ paths:
|
12882 | 12894 | * Linodes may have no more than one assigned private IPv4 address.
|
12883 | 12895 | * Linodes may have no more than one assigned IPv6 range.
|
12884 | 12896 | * [Open a Support Ticket](/docs/api/support/#support-ticket-open) to request additional IPv4 addresses or IPv6 ranges.
|
| 12897 | + |
| 12898 | + **Note**: Removing an IP address that has been set as a Managed Linode's `ssh.ip` causes the Managed Linode's SSH access settings to reset to their default values. To view and configure Managed Linode SSH settings, use the **Linode's Managed Settings View** ([GET /managed/linode-settings/{linodeId}](/docs/api/managed/#linodes-managed-settings-view)) and **Linode's Managed Settings Update** ([PUT /managed/linode-settings/{linodeId}](/docs/api/managed/#linodes-managed-settings-update)) commands. |
12885 | 12899 | operationId: assignIPs
|
12886 | 12900 | x-linode-cli-action: ip-assign
|
12887 | 12901 | security:
|
@@ -17698,7 +17712,7 @@ paths:
|
17698 | 17712 | properties:
|
17699 | 17713 | otp_code:
|
17700 | 17714 | type: string
|
17701 |
| - description: The one-time, six-digit code received via SMS message after accessing the **Phone Verification Code Send** ([POST /profile/phone-number](/docs/api/profile/#phone-number-verification-code-send)) command. |
| 17715 | + description: The one-time code received via SMS message after accessing the **Phone Verification Code Send** ([POST /profile/phone-number](/docs/api/profile/#phone-number-verification-code-send)) command. |
17702 | 17716 | example: "US"
|
17703 | 17717 | responses:
|
17704 | 17718 | '200':
|
@@ -23946,29 +23960,41 @@ components:
|
23946 | 23960 | If true, Linode special forces may access this Linode over
|
23947 | 23961 | ssh to respond to Issues.
|
23948 | 23962 | example: true
|
| 23963 | + default: true |
23949 | 23964 | user:
|
23950 | 23965 | type: string
|
23951 | 23966 | minLength: 0
|
23952 | 23967 | maxLength: 32
|
23953 |
| - description: > |
23954 |
| - The user Linode's special forces should use when accessing this |
| 23968 | + description: | |
| 23969 | + The specific user, if any, Linode's special forces should use when accessing this |
23955 | 23970 | Linode to respond to an issue.
|
| 23971 | + |
| 23972 | + The default `null` value corresponds to the root user. |
23956 | 23973 | example: linode
|
| 23974 | + default: null |
| 23975 | + nullable: true |
23957 | 23976 | ip:
|
23958 | 23977 | type: string
|
23959 | 23978 | format: ip
|
23960 |
| - description: > |
| 23979 | + description: | |
23961 | 23980 | The IP Linode special forces should use to access this Linode
|
23962 | 23981 | when responding to an Issue.
|
23963 |
| - example: 12.34.56.78 |
| 23982 | + |
| 23983 | + By default, any of a Linode's IP addresses can be used for incident response access. |
| 23984 | + example: "12.34.56.78" |
| 23985 | + default: any |
23964 | 23986 | port:
|
23965 | 23987 | type: integer
|
23966 | 23988 | minimum: 1
|
23967 | 23989 | maximum: 65535
|
23968 |
| - description: > |
| 23990 | + description: | |
23969 | 23991 | The port Linode special forces should use to access this Linode
|
23970 | 23992 | over ssh to respond to an Issue.
|
| 23993 | + |
| 23994 | + The default `null` value corresponds to port 22. |
23971 | 23995 | example: 22
|
| 23996 | + nullable: true |
| 23997 | + default: null |
23972 | 23998 | ManagedService:
|
23973 | 23999 | type: object
|
23974 | 24000 | description: >
|
@@ -25653,9 +25679,11 @@ components:
|
25653 | 25679 | This StackScript installs and configures MySQL
|
25654 | 25680 | images:
|
25655 | 25681 | type: array
|
25656 |
| - description: > |
| 25682 | + description: | |
25657 | 25683 | An array of Image IDs. These are the images that can be deployed
|
25658 | 25684 | with this Stackscript.
|
| 25685 | + |
| 25686 | + `any/all` indicates that all available image distributions are accepted. |
25659 | 25687 | items:
|
25660 | 25688 | type: string
|
25661 | 25689 | example:
|
|
0 commit comments