File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 14263
14263
"operationId": "start-instance"
14264
14264
}
14265
14265
},
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
+ },
14266
14299
"/organization": {
14267
14300
"get": {
14268
14301
"tags": [
24562
24595
"minLength": 1,
24563
24596
"description": "Instance Cloud-init user-data (base64 encoded)"
24564
24597
},
24598
+ "tpm-enabled": {
24599
+ "type": "boolean",
24600
+ "description": "[Beta] Enable Trusted Platform Module (TPM)"
24601
+ },
24565
24602
"deploy-target": {
24566
24603
"$ref": "#/components/schemas/deploy-target",
24567
24604
"description": "Instance Deploy Target"
You can’t perform that action at this time.
0 commit comments