Skip to content

Commit 38d05e6

Browse files
authored
Merge pull request #983 from Vernholio/release-4.189.3
Release 4.189.3 of the opeanpi.yaml file
2 parents faa8831 + a9cc7f1 commit 38d05e6

File tree

1 file changed

+104
-5
lines changed

1 file changed

+104
-5
lines changed

openapi.yaml

Lines changed: 104 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5272,7 +5272,7 @@ info:
52725272
url: https://linode.com
52735273
description: '[Read the API documentation](https://techdocs.akamai.com/linode-api/reference/api).'
52745274
title: Linode API
5275-
version: 4.189.2
5275+
version: 4.189.3
52765276
openapi: 3.0.1
52775277
paths:
52785278
/{apiVersion}/account:
@@ -18463,7 +18463,7 @@ paths:
1846318463
id: mysql/8.0.26
1846418464
total_disk_size_gb: 15
1846518465
used_disk_size_gb: 2
18466-
version: 4.189.26
18466+
version: 8.0.26
1846718467
page: 1
1846818468
pages: 1
1846918469
results: 1
@@ -18801,7 +18801,7 @@ paths:
1880118801
frequency: weekly
1880218802
hour_of_day: 0
1880318803
week_of_month: null
18804-
version: 4.189.26
18804+
version: 8.0.26
1880518805
page: 1
1880618806
pages: 1
1880718807
results: 1
@@ -19178,7 +19178,7 @@ paths:
1917819178
hour_of_day: 0
1917919179
week_of_month: null
1918019180
used_disk_size_gb: 2
19181-
version: 4.189.26
19181+
version: 8.0.26
1918219182
page: 1
1918319183
pages: 1
1918419184
results: 1
@@ -46903,6 +46903,7 @@ paths:
4690346903
type: string
4690446904
x-akamai:
4690546905
status: LA
46906+
x-linode-cli-display: 8
4690646907
filesystem_path:
4690746908
description: The full filesystem path for the Volume based on the Volume's label. Path is /dev/disk/by-id/scsi-0Linode_Volume_ + Volume label.
4690846909
example: /dev/disk/by-id/scsi-0Linode_Volume_my-volume
@@ -53946,7 +53947,7 @@ paths:
5394653947
type: string
5394753948
x-akamai:
5394853949
path-info: /{apiVersion}/lke/types
53949-
x-linode-cli-command: volumes
53950+
x-linode-cli-command: lke
5395053951
/{apiVersion}/lke/versions:
5395153952
get:
5395253953
description: |-
@@ -66994,6 +66995,95 @@ paths:
6699466995
x-akamai:
6699566996
path-info: /{apiVersion}/networking/vlans
6699666997
x-linode-cli-command: vlans
66998+
/{apiVersion}/networking/vlans/{regionId}/{label}:
66999+
delete:
67000+
description: "This operation deletes a VLAN. You can't delete a VLAN if it's still attached to a Linode. There are a few ways to detach it:\n- [Update](https://techdocs.akamai.com/linode-api/reference/put-linode-config) the active configuration profile to remove the VLAN interface, then [reboot](https://techdocs.akamai.com/linode-api/reference/post-reboot-linode-instance) the Linode.\n- [Create a config profile](https://techdocs.akamai.com/linode-api/reference/post-add-linode-config) without the VLAN interface, then [reboot](https://techdocs.akamai.com/linode-api/reference/post-reboot-linode-instance) the Linode into the new configuration profile.\n- [Delete](https://techdocs.akamai.com/linode-api/reference/delete-linode-instance) the Linode.\n\nTo run this operation, you need `read_write` grants to Linodes that use the VLAN.\n\nA successful request triggers a `vlan_delete` event.\n\n> \U0001F4D8\n>\n> VLANs without any attached Linodes are periodically cleaned up by the system.\n\n\n<<LB>>\n\n---\n\n\n- __CLI__.\n\n ```\n linode-cli vlans delete $regionId $label\n ```\n\n [Learn more...](https://www.linode.com/docs/products/tools/cli/get-started/)\n\n- __OAuth scopes__.\n\n ```\n linodes:read_write\n ```\n\n [Learn more...](https://techdocs.akamai.com/linode-api/reference/get-started#oauth)"
67001+
externalDocs:
67002+
description: See documentation for this operation in Akamai's Linode API
67003+
url: https://techdocs.akamai.com/linode-api/reference/delete-vlan
67004+
operationId: delete-vlan
67005+
responses:
67006+
'200':
67007+
content:
67008+
application/json:
67009+
schema:
67010+
additionalProperties: false
67011+
description: The API responds with an empty object.
67012+
maxProperties: 0
67013+
type: object
67014+
x-example:
67015+
x-ref: ../examples/delete-vlan-200.json
67016+
description: The VLAN was deleted.
67017+
default:
67018+
content:
67019+
application/json:
67020+
schema:
67021+
additionalProperties: false
67022+
properties:
67023+
errors:
67024+
items:
67025+
additionalProperties: false
67026+
description: An object for describing a single error that occurred during the processing of a request.
67027+
properties:
67028+
field:
67029+
description: The field in the request that caused this error. This may be a path, separated by periods in the case of nested fields. In some cases this may come back as `null` if the error is not specific to any single element of the request.
67030+
example: fieldname
67031+
type: string
67032+
reason:
67033+
description: What happened to cause this error. In most cases, this can be fixed immediately by changing the data you sent in the request, but in some cases you will be instructed to [Open a support ticket](https://techdocs.akamai.com/linode-api/reference/post-ticket) or perform some other action before you can complete the request successfully.
67034+
example: fieldname must be a valid value
67035+
type: string
67036+
type: object
67037+
type: array
67038+
type: object
67039+
description: See [Errors](https://techdocs.akamai.com/linode-api/reference/errors) for the range of possible error response codes.
67040+
security:
67041+
- personalAccessToken: []
67042+
- oauth:
67043+
- linodes:read_write
67044+
servers:
67045+
- url: https://api.linode.com/v4
67046+
summary: Delete a VLAN
67047+
tags:
67048+
- Networking
67049+
x-akamai:
67050+
tabs:
67051+
- syntax: linode-cli vlans delete $regionId $label
67052+
title: CLI
67053+
url: https://www.linode.com/docs/products/tools/cli/get-started/
67054+
- syntax: linodes:read_write
67055+
title: OAuth scopes
67056+
url: https://techdocs.akamai.com/linode-api/reference/get-started#oauth
67057+
x-linode-cli-action: delete
67058+
x-linode-grant: read_write
67059+
parameters:
67060+
- description: __Enum__ Call either the `v4` URL, or `v4beta` for operations still in Beta.
67061+
in: path
67062+
name: apiVersion
67063+
required: true
67064+
schema:
67065+
default: v4
67066+
enum:
67067+
- v4
67068+
- v4beta
67069+
type: string
67070+
- description: The label of the VLAN to be deleted.
67071+
in: path
67072+
name: label
67073+
required: true
67074+
schema:
67075+
example: vlan-label
67076+
type: string
67077+
- description: The VLAN's region.
67078+
in: path
67079+
name: regionId
67080+
required: true
67081+
schema:
67082+
example: us-east
67083+
type: string
67084+
x-akamai:
67085+
path-info: /{apiVersion}/networking/vlans/{regionId}/{label}
67086+
x-linode-cli-command: vlans
6699767087
/{apiVersion}/nodebalancers:
6699867088
get:
6699967089
description: |-
@@ -84199,6 +84289,7 @@ paths:
8419984289
type: string
8420084290
x-akamai:
8420184291
status: LA
84292+
x-linode-cli-display: 8
8420284293
filesystem_path:
8420384294
description: The full filesystem path for the Volume based on the Volume's label. Path is /dev/disk/by-id/scsi-0Linode_Volume_ + Volume label.
8420484295
example: /dev/disk/by-id/scsi-0Linode_Volume_my-volume
@@ -84567,6 +84658,7 @@ paths:
8456784658
type: string
8456884659
x-akamai:
8456984660
status: LA
84661+
x-linode-cli-display: 8
8457084662
filesystem_path:
8457184663
description: The full filesystem path for the Volume based on the Volume's label. Path is /dev/disk/by-id/scsi-0Linode_Volume_ + Volume label.
8457284664
example: /dev/disk/by-id/scsi-0Linode_Volume_my-volume
@@ -84867,6 +84959,7 @@ paths:
8486784959
type: string
8486884960
x-akamai:
8486984961
status: LA
84962+
x-linode-cli-display: 8
8487084963
filesystem_path:
8487184964
description: The full filesystem path for the Volume based on the Volume's label. Path is /dev/disk/by-id/scsi-0Linode_Volume_ + Volume label.
8487284965
example: /dev/disk/by-id/scsi-0Linode_Volume_my-volume
@@ -85357,6 +85450,7 @@ paths:
8535785450
type: string
8535885451
x-akamai:
8535985452
status: LA
85453+
x-linode-cli-display: 8
8536085454
filesystem_path:
8536185455
description: The full filesystem path for the Volume based on the Volume's label. Path is /dev/disk/by-id/scsi-0Linode_Volume_ + Volume label.
8536285456
example: /dev/disk/by-id/scsi-0Linode_Volume_my-volume
@@ -85585,6 +85679,7 @@ paths:
8558585679
type: string
8558685680
x-akamai:
8558785681
status: LA
85682+
x-linode-cli-display: 8
8558885683
filesystem_path:
8558985684
description: The full filesystem path for the Volume based on the Volume's label. Path is /dev/disk/by-id/scsi-0Linode_Volume_ + Volume label.
8559085685
example: /dev/disk/by-id/scsi-0Linode_Volume_my-volume
@@ -85716,6 +85811,7 @@ paths:
8571685811
type: string
8571785812
x-akamai:
8571885813
status: LA
85814+
x-linode-cli-display: 8
8571985815
filesystem_path:
8572085816
description: The full filesystem path for the Volume based on the Volume's label. Path is /dev/disk/by-id/scsi-0Linode_Volume_ + Volume label.
8572185817
example: /dev/disk/by-id/scsi-0Linode_Volume_my-volume
@@ -85958,6 +86054,7 @@ paths:
8595886054
type: string
8595986055
x-akamai:
8596086056
status: LA
86057+
x-linode-cli-display: 8
8596186058
filesystem_path:
8596286059
description: The full filesystem path for the Volume based on the Volume's label. Path is /dev/disk/by-id/scsi-0Linode_Volume_ + Volume label.
8596386060
example: /dev/disk/by-id/scsi-0Linode_Volume_my-volume
@@ -86205,6 +86302,7 @@ paths:
8620586302
type: string
8620686303
x-akamai:
8620786304
status: LA
86305+
x-linode-cli-display: 8
8620886306
filesystem_path:
8620986307
description: The full filesystem path for the Volume based on the Volume's label. Path is /dev/disk/by-id/scsi-0Linode_Volume_ + Volume label.
8621086308
example: /dev/disk/by-id/scsi-0Linode_Volume_my-volume
@@ -86552,6 +86650,7 @@ paths:
8655286650
type: string
8655386651
x-akamai:
8655486652
status: LA
86653+
x-linode-cli-display: 8
8655586654
filesystem_path:
8655686655
description: The full filesystem path for the Volume based on the Volume's label. Path is /dev/disk/by-id/scsi-0Linode_Volume_ + Volume label.
8655786656
example: /dev/disk/by-id/scsi-0Linode_Volume_my-volume

0 commit comments

Comments
 (0)