Skip to content

Commit

Permalink
docs: add 'virtualization' to the return value of system_info
Browse files Browse the repository at this point in the history
Signed-off-by:  Eric Callahan <[email protected]>
  • Loading branch information
Arksine committed Oct 28, 2021
1 parent f35bceb commit 179e942
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/web_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -884,6 +884,10 @@ Returns: Information about the host system in the following format:
"active_state": "active",
"sub_state": "running"
}
},
"virtualization": {
"virt_type": "none",
"virt_identifier": "none"
}
}
}
Expand Down

0 comments on commit 179e942

Please sign in to comment.