Skip to content

Commit 802d3df

Browse files
author
Automated
committed
OpenAPI spec update: Tue Apr 8 16:07:11 UTC 2025
1 parent 625ccb3 commit 802d3df

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

exoscale/openapi.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14263,6 +14263,39 @@
1426314263
"operationId": "start-instance"
1426414264
}
1426514265
},
14266+
"/instance/{id}:enable-tpm": {
14267+
"post": {
14268+
"tags": [
14269+
"instance"
14270+
],
14271+
"responses": {
14272+
"200": {
14273+
"description": "200",
14274+
"content": {
14275+
"application/json": {
14276+
"schema": {
14277+
"$ref": "#/components/schemas/operation"
14278+
}
14279+
}
14280+
}
14281+
}
14282+
},
14283+
"description": "",
14284+
"parameters": [
14285+
{
14286+
"in": "path",
14287+
"required": true,
14288+
"name": "id",
14289+
"schema": {
14290+
"type": "string",
14291+
"format": "uuid"
14292+
}
14293+
}
14294+
],
14295+
"summary": "[Beta] Enable tpm for the instance.",
14296+
"operationId": "enable-tpm"
14297+
}
14298+
},
1426614299
"/organization": {
1426714300
"get": {
1426814301
"tags": [
@@ -24562,6 +24595,10 @@
2456224595
"minLength": 1,
2456324596
"description": "Instance Cloud-init user-data (base64 encoded)"
2456424597
},
24598+
"tpm-enabled": {
24599+
"type": "boolean",
24600+
"description": "[Beta] Enable Trusted Platform Module (TPM)"
24601+
},
2456524602
"deploy-target": {
2456624603
"$ref": "#/components/schemas/deploy-target",
2456724604
"description": "Instance Deploy Target"

0 commit comments

Comments
 (0)