docs: add 'virtualization' to the return value of system_info
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
f35bceb309
commit
179e9428c5
|
@ -884,6 +884,10 @@ Returns: Information about the host system in the following format:
|
||||||
"active_state": "active",
|
"active_state": "active",
|
||||||
"sub_state": "running"
|
"sub_state": "running"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"virtualization": {
|
||||||
|
"virt_type": "none",
|
||||||
|
"virt_identifier": "none"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue