mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 19:32:20 +00:00
vmm: api: Fix the vm.info response payload
We are returning a state and a config. Fixes: #431 Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
2dcd36f2f0
commit
6af2f57644
@ -141,8 +141,8 @@ components:
|
|||||||
- state
|
- state
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
version:
|
config:
|
||||||
type: string
|
$ref: '#/components/schemas/VmConfig'
|
||||||
state:
|
state:
|
||||||
type: string
|
type: string
|
||||||
enum: [Created, Booted, Shutdown]
|
enum: [Created, Booted, Shutdown]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user