|
1 | 1 | openapi: 3.0.1
|
2 | 2 | info:
|
3 |
| - version: 4.118.3 |
| 3 | + version: 4.119.0 |
4 | 4 |
|
5 | 5 | title: Linode API
|
6 | 6 | description: |
|
@@ -3525,6 +3525,8 @@ paths:
|
3525 | 3525 | description: |
|
3526 | 3526 | Display all backups for an accessible Managed MySQL Database on your Account.
|
3527 | 3527 |
|
| 3528 | + The Database must not be provisioning to perform this command. |
| 3529 | + |
3528 | 3530 | Only unrestricted Users can access this command, and have access regardless of the acting token's OAuth scopes.
|
3529 | 3531 |
|
3530 | 3532 | At this time, only automatically scheduled backups (type `auto`) are available.
|
@@ -3591,6 +3593,8 @@ paths:
|
3591 | 3593 | description: |
|
3592 | 3594 | Display information for a single backup for an accessible Managed MySQL Database on your Account.
|
3593 | 3595 |
|
| 3596 | + The Database must not be provisioning to perform this command. |
| 3597 | + |
3594 | 3598 | Only unrestricted Users can access this command, and have access regardless of the acting token's OAuth scopes.
|
3595 | 3599 |
|
3596 | 3600 | **Beta**: This endpoint is in **open** beta. During the beta period, Managed Databases will not incur any charges.
|
@@ -9205,6 +9209,55 @@ paths:
|
9205 | 9209 | - lang: CLI
|
9206 | 9210 | source: >
|
9207 | 9211 | linode-cli lke api-endpoints-list 12345
|
| 9212 | + /lke/clusters/{clusterId}/dashboard: |
| 9213 | + parameters: |
| 9214 | + - name: clusterId |
| 9215 | + in: path |
| 9216 | + description: ID of the Kubernetes cluster to look up. |
| 9217 | + required: true |
| 9218 | + schema: |
| 9219 | + type: integer |
| 9220 | + x-linode-cli-command: lke |
| 9221 | + get: |
| 9222 | + operationId: getLKEClusterDashboard |
| 9223 | + x-linode-cli-action: cluster-dashboard-url |
| 9224 | + security: |
| 9225 | + - personalAccessToken: [] |
| 9226 | + - oauth: |
| 9227 | + - lke:read_only |
| 9228 | + tags: |
| 9229 | + - Linode Kubernetes Engine (LKE) |
| 9230 | + summary: Kubernetes Cluster Dashboard URL View |
| 9231 | + description: | |
| 9232 | + Get a [Kubernetes Dashboard](https://github.com/kubernetes/dashboard) access URL for this Cluster, which enables performance of administrative tasks through a web interface. |
| 9233 | + |
| 9234 | + Dashboards are installed for Clusters by default. |
| 9235 | + |
| 9236 | + To access the Cluster Dashboard login prompt, enter the URL in a web browser. Select either **Token** or **Kubeconfig** authentication, then select **Sign in**. |
| 9237 | + |
| 9238 | + For additional guidance on using the Cluster Dashboard, see the [Navigating the Cluster Dashboard](/docs/guides/using-the-kubernetes-dashboard-on-lke/#navigating-the-cluster-dashboard) section of our guide on [Using the Kubernetes Dashboard on LKE](/docs/guides/using-the-kubernetes-dashboard-on-lke/). |
| 9239 | + responses: |
| 9240 | + '200': |
| 9241 | + description: Returns a Kubernetes Cluster Dashboard URL. |
| 9242 | + content: |
| 9243 | + application/json: |
| 9244 | + schema: |
| 9245 | + type: object |
| 9246 | + properties: |
| 9247 | + url: |
| 9248 | + type: string |
| 9249 | + example: https://example.dashboard.linodelke.net |
| 9250 | + description: The Cluster Dashboard access URL. |
| 9251 | + default: |
| 9252 | + $ref: '#/components/responses/ErrorResponse' |
| 9253 | + x-code-samples: |
| 9254 | + - lang: Shell |
| 9255 | + source: > |
| 9256 | + curl -H "Authorization: Bearer $TOKEN" \ |
| 9257 | + https://api.linode.com/v4/lke/clusters/12345/dashboard |
| 9258 | + - lang: CLI |
| 9259 | + source: |
| 9260 | + linode-cli lke cluster-dashboard-url 12345 |
9208 | 9261 | /lke/clusters/{clusterId}/kubeconfig:
|
9209 | 9262 | parameters:
|
9210 | 9263 | - name: clusterId
|
@@ -17291,7 +17344,7 @@ components:
|
17291 | 17344 | type: string
|
17292 | 17345 | description: >
|
17293 | 17346 | If billing address is in the United States (US) or Canada (CA), only the two-letter
|
17294 |
| - ISO 3166 State or Province code are accepted. If the address is outside |
| 17347 | + ISO 3166 State or Province code are accepted. If entering a US military address, state abbreviations (AA, AE, AP) should be entered. If the address is outside |
17295 | 17348 | the US or CA, this is the Province associated with the Account's billing
|
17296 | 17349 | address.
|
17297 | 17350 | maxLength: 24
|
|
0 commit comments