Skip to content

Commit 3bbc865

Browse files
author
Automated
committed
OpenAPI spec update: Tue Jan 14 18:06:58 UTC 2025
1 parent 3f56aca commit 3bbc865

File tree

1 file changed

+25
-88
lines changed

1 file changed

+25
-88
lines changed

exoscale/openapi.json

Lines changed: 25 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -5271,76 +5271,6 @@
52715271
},
52725272
"description": "Operation"
52735273
},
5274-
"block-storage-volume-details": {
5275-
"type": "object",
5276-
"properties": {
5277-
"labels": {
5278-
"$ref": "#/components/schemas/labels",
5279-
"description": "Resource labels"
5280-
},
5281-
"instance": {
5282-
"$ref": "#/components/schemas/instance-target",
5283-
"description": "Volume attached instance, if any"
5284-
},
5285-
"name": {
5286-
"type": "string",
5287-
"maxLength": 255,
5288-
"minLength": 1,
5289-
"description": "Volume name"
5290-
},
5291-
"state": {
5292-
"type": "string",
5293-
"enum": [
5294-
"attached",
5295-
"attaching",
5296-
"creating",
5297-
"deleted",
5298-
"deleting",
5299-
"detached",
5300-
"detaching",
5301-
"error",
5302-
"snapshotting"
5303-
],
5304-
"readOnly": true,
5305-
"description": "Volume state"
5306-
},
5307-
"size": {
5308-
"type": "integer",
5309-
"format": "int64",
5310-
"minimum": 1,
5311-
"exclusiveMinimum": false,
5312-
"description": "Volume size"
5313-
},
5314-
"blocksize": {
5315-
"type": "integer",
5316-
"format": "int64",
5317-
"minimum": 0,
5318-
"exclusiveMinimum": false,
5319-
"readOnly": true,
5320-
"description": "Volume block size"
5321-
},
5322-
"block-storage-snapshots": {
5323-
"type": "array",
5324-
"items": {
5325-
"$ref": "#/components/schemas/block-storage-snapshot-target"
5326-
},
5327-
"description": "Volume snapshots, if any"
5328-
},
5329-
"id": {
5330-
"type": "string",
5331-
"format": "uuid",
5332-
"readOnly": true,
5333-
"description": "Volume ID"
5334-
},
5335-
"created-at": {
5336-
"type": "string",
5337-
"format": "date-time",
5338-
"readOnly": true,
5339-
"description": "Volume creation date"
5340-
}
5341-
},
5342-
"description": "Block storage volume"
5343-
},
53445274
"iam-api-key-created": {
53455275
"type": "object",
53465276
"properties": {
@@ -9405,24 +9335,20 @@
94059335
"block-storage-volume": {
94069336
"type": "object",
94079337
"properties": {
9408-
"id": {
9409-
"type": "string",
9410-
"format": "uuid",
9411-
"readOnly": true,
9412-
"description": "Volume ID"
9338+
"labels": {
9339+
"$ref": "#/components/schemas/labels",
9340+
"description": "Resource labels"
9341+
},
9342+
"instance": {
9343+
"$ref": "#/components/schemas/instance-target",
9344+
"description": "Volume attached instance, if any"
94139345
},
94149346
"name": {
94159347
"type": "string",
94169348
"maxLength": 255,
94179349
"minLength": 1,
94189350
"description": "Volume name"
94199351
},
9420-
"created-at": {
9421-
"type": "string",
9422-
"format": "date-time",
9423-
"readOnly": true,
9424-
"description": "Volume creation date"
9425-
},
94269352
"state": {
94279353
"type": "string",
94289354
"enum": [
@@ -9454,13 +9380,24 @@
94549380
"readOnly": true,
94559381
"description": "Volume block size"
94569382
},
9457-
"labels": {
9458-
"$ref": "#/components/schemas/labels",
9459-
"description": "Resource labels"
9383+
"block-storage-snapshots": {
9384+
"type": "array",
9385+
"items": {
9386+
"$ref": "#/components/schemas/block-storage-snapshot-target"
9387+
},
9388+
"description": "Volume snapshots, if any"
94609389
},
9461-
"instance": {
9462-
"$ref": "#/components/schemas/instance-target",
9463-
"description": "Volume attached instance, if any"
9390+
"id": {
9391+
"type": "string",
9392+
"format": "uuid",
9393+
"readOnly": true,
9394+
"description": "Volume ID"
9395+
},
9396+
"created-at": {
9397+
"type": "string",
9398+
"format": "date-time",
9399+
"readOnly": true,
9400+
"description": "Volume creation date"
94649401
}
94659402
},
94669403
"description": "Block storage volume"
@@ -14176,7 +14113,7 @@
1417614113
"content": {
1417714114
"application/json": {
1417814115
"schema": {
14179-
"$ref": "#/components/schemas/block-storage-volume-details"
14116+
"$ref": "#/components/schemas/block-storage-volume"
1418014117
}
1418114118
}
1418214119
}

0 commit comments

Comments
 (0)