1
0
forked from wrenn/wrenn

Updated openapi schema

This commit is contained in:
2026-05-16 18:32:37 +06:00
parent 3671af2498
commit c2dc382787

View File

@ -1289,7 +1289,7 @@ paths:
- apiKeyAuth: [] - apiKeyAuth: []
description: | description: |
Restores a paused capsule from its snapshot using UFFD for lazy Restores a paused capsule from its snapshot using UFFD for lazy
memory loading. Boots a fresh Firecracker process, sets up a new memory loading. Boots a fresh Cloud Hypervisor process, sets up a new
network slot, and waits for envd to become ready. network slot, and waits for envd to become ready.
responses: responses:
"202": "202":
@ -2440,6 +2440,14 @@ paths:
$ref: "#/components/schemas/Error" $ref: "#/components/schemas/Error"
components: components:
responses:
BadRequest:
description: Invalid request parameters
content:
application/json:
schema:
$ref: "#/components/schemas/Error"
securitySchemes: securitySchemes:
apiKeyAuth: apiKeyAuth:
type: apiKey type: apiKey
@ -3104,7 +3112,7 @@ components:
mem_bytes: mem_bytes:
type: integer type: integer
format: int64 format: int64
description: "Resident memory in bytes (VmRSS of Firecracker process)" description: "Resident memory in bytes (VmRSS of Cloud Hypervisor process)"
disk_bytes: disk_bytes:
type: integer type: integer
format: int64 format: int64