1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-18 14:28:08 +00:00
gns3-server/docs/api/v2/hypervisor/qemu/qemubinaries.rst

31 lines
1.0 KiB
ReStructuredText
Raw Normal View History

2016-03-07 16:57:12 +00:00
/v2/hypervisor/qemu/binaries
------------------------------------------------------------------------------------------------------------------------------------------
2015-02-04 09:31:31 +00:00
.. contents::
2016-03-07 16:57:12 +00:00
GET /v2/hypervisor/qemu/binaries
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get a list of available Qemu binaries
2015-02-04 09:31:31 +00:00
Response status codes
**********************
- **200**: Success
- **400**: Invalid request
- **404**: Instance doesn't exist
2015-02-04 09:31:31 +00:00
2016-01-04 16:04:15 +00: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 10:38:57 +00:00
Sample session
***************
.. literalinclude:: ../../../examples/hypervisor_get_qemubinaries.txt
2015-02-24 10:38:57 +00:00