2016-03-07 18:57:12 +02:00
|
|
|
/v2/hypervisor/qemu/binaries
|
2016-03-07 16:01:35 +02:00
|
|
|
------------------------------------------------------------------------------------------------------------------------------------------
|
2015-02-04 11:31:31 +02:00
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
2016-03-07 18:57:12 +02:00
|
|
|
GET /v2/hypervisor/qemu/binaries
|
2016-03-07 16:01:35 +02:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2015-02-23 19:00:59 +02:00
|
|
|
Get a list of available Qemu binaries
|
2015-02-04 11:31:31 +02:00
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
|
|
|
- **200**: Success
|
2015-02-23 19:00:59 +02:00
|
|
|
- **400**: Invalid request
|
|
|
|
- **404**: Instance doesn't exist
|
2015-02-04 11:31:31 +02:00
|
|
|
|
2016-01-04 18:04:15 +02:00
|
|
|
Input
|
|
|
|
*******
|
|
|
|
.. raw:: html
|
|
|
|
|
|
|
|
<table>
|
|
|
|
<tr> <th>Name</th> <th>Mandatory</th> <th>Type</th> <th>Description</th> </tr>
|
|
|
|
<tr><td>archs</td> <td> </td> <td>array</td> <td>Architectures to filter binaries by</td> </tr>
|
|
|
|
</table>
|
|
|
|
|
2015-02-24 12:38:57 +02:00
|
|
|
Sample session
|
|
|
|
***************
|
|
|
|
|
|
|
|
|
2016-03-07 16:01:35 +02:00
|
|
|
.. literalinclude:: ../../../examples/hypervisor_get_qemubinaries.txt
|
2015-02-24 12:38:57 +02:00
|
|
|
|