2016-03-07 14:01:35 +00:00
|
|
|
/v1/hypervisor/qemu/capabilities
|
|
|
|
------------------------------------------------------------------------------------------------------------------------------------------
|
2016-01-04 16:04:15 +00:00
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
2016-03-07 14:01:35 +00:00
|
|
|
GET /v1/hypervisor/qemu/capabilities
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2016-01-04 16:04:15 +00:00
|
|
|
Get a list of Qemu capabilities on this server
|
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
|
|
|
- **200**: Success
|
|
|
|
|
|
|
|
Output
|
|
|
|
*******
|
|
|
|
.. raw:: html
|
|
|
|
|
|
|
|
<table>
|
|
|
|
<tr> <th>Name</th> <th>Mandatory</th> <th>Type</th> <th>Description</th> </tr>
|
|
|
|
<tr><td>kvm</td> <td> </td> <td>array</td> <td>Architectures that KVM is enabled for</td> </tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
Sample session
|
|
|
|
***************
|
|
|
|
|
|
|
|
|
2016-03-07 14:01:35 +00:00
|
|
|
.. literalinclude:: ../../../examples/hypervisor_get_qemucapabilities.txt
|
2016-01-04 16:04:15 +00:00
|
|
|
|