Skip to content

Commit

Permalink
OpenAPI spec update: Fri Jan 24 16:06:18 UTC 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated committed Jan 24, 2025
1 parent 05bbdf9 commit 394f95f
Showing 1 changed file with 26 additions and 89 deletions.
115 changes: 26 additions & 89 deletions exoscale/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5271,76 +5271,6 @@
},
"description": "Operation"
},
"block-storage-volume-details": {
"type": "object",
"properties": {
"labels": {
"$ref": "#/components/schemas/labels",
"description": "Resource labels"
},
"instance": {
"$ref": "#/components/schemas/instance-target",
"description": "Volume attached instance, if any"
},
"name": {
"type": "string",
"maxLength": 255,
"minLength": 1,
"description": "Volume name"
},
"state": {
"type": "string",
"enum": [
"attached",
"attaching",
"creating",
"deleted",
"deleting",
"detached",
"detaching",
"error",
"snapshotting"
],
"readOnly": true,
"description": "Volume state"
},
"size": {
"type": "integer",
"format": "int64",
"minimum": 1,
"exclusiveMinimum": false,
"description": "Volume size"
},
"blocksize": {
"type": "integer",
"format": "int64",
"minimum": 0,
"exclusiveMinimum": false,
"readOnly": true,
"description": "Volume block size"
},
"block-storage-snapshots": {
"type": "array",
"items": {
"$ref": "#/components/schemas/block-storage-snapshot-target"
},
"description": "Volume snapshots, if any"
},
"id": {
"type": "string",
"format": "uuid",
"readOnly": true,
"description": "Volume ID"
},
"created-at": {
"type": "string",
"format": "date-time",
"readOnly": true,
"description": "Volume creation date"
}
},
"description": "Block storage volume"
},
"iam-api-key-created": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -9410,24 +9340,20 @@
"block-storage-volume": {
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "uuid",
"readOnly": true,
"description": "Volume ID"
"labels": {
"$ref": "#/components/schemas/labels",
"description": "Resource labels"
},
"instance": {
"$ref": "#/components/schemas/instance-target",
"description": "Volume attached instance, if any"
},
"name": {
"type": "string",
"maxLength": 255,
"minLength": 1,
"description": "Volume name"
},
"created-at": {
"type": "string",
"format": "date-time",
"readOnly": true,
"description": "Volume creation date"
},
"state": {
"type": "string",
"enum": [
Expand Down Expand Up @@ -9459,13 +9385,24 @@
"readOnly": true,
"description": "Volume block size"
},
"labels": {
"$ref": "#/components/schemas/labels",
"description": "Resource labels"
"block-storage-snapshots": {
"type": "array",
"items": {
"$ref": "#/components/schemas/block-storage-snapshot-target"
},
"description": "Volume snapshots, if any"
},
"instance": {
"$ref": "#/components/schemas/instance-target",
"description": "Volume attached instance, if any"
"id": {
"type": "string",
"format": "uuid",
"readOnly": true,
"description": "Volume ID"
},
"created-at": {
"type": "string",
"format": "date-time",
"readOnly": true,
"description": "Volume creation date"
}
},
"description": "Block storage volume"
Expand Down Expand Up @@ -14181,7 +14118,7 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/block-storage-volume-details"
"$ref": "#/components/schemas/block-storage-volume"
}
}
}
Expand Down Expand Up @@ -17473,7 +17410,7 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/block-storage-volume-details"
"$ref": "#/components/schemas/block-storage-volume"
}
}
}
Expand Down

0 comments on commit 394f95f

Please sign in to comment.