Skip to content

Commit 87a0af3

Browse files
authored
Merge pull request #611 from linode/release-4.119.0
Release 4.119.0
2 parents f1db426 + 04385d1 commit 87a0af3

File tree

1 file changed

+55
-2
lines changed

1 file changed

+55
-2
lines changed

openapi.yaml

Lines changed: 55 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
3-
version: 4.118.3
3+
version: 4.119.0
44

55
title: Linode API
66
description: |
@@ -3525,6 +3525,8 @@ paths:
35253525
description: |
35263526
Display all backups for an accessible Managed MySQL Database on your Account.
35273527

3528+
The Database must not be provisioning to perform this command.
3529+
35283530
Only unrestricted Users can access this command, and have access regardless of the acting token's OAuth scopes.
35293531

35303532
At this time, only automatically scheduled backups (type `auto`) are available.
@@ -3591,6 +3593,8 @@ paths:
35913593
description: |
35923594
Display information for a single backup for an accessible Managed MySQL Database on your Account.
35933595

3596+
The Database must not be provisioning to perform this command.
3597+
35943598
Only unrestricted Users can access this command, and have access regardless of the acting token's OAuth scopes.
35953599

35963600
**Beta**: This endpoint is in **open** beta. During the beta period, Managed Databases will not incur any charges.
@@ -9205,6 +9209,55 @@ paths:
92059209
- lang: CLI
92069210
source: >
92079211
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
92089261
/lke/clusters/{clusterId}/kubeconfig:
92099262
parameters:
92109263
- name: clusterId
@@ -17291,7 +17344,7 @@ components:
1729117344
type: string
1729217345
description: >
1729317346
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
1729517348
the US or CA, this is the Province associated with the Account's billing
1729617349
address.
1729717350
maxLength: 24

0 commit comments

Comments
 (0)