1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-11 18:38:55 +00:00
gns3-server/docs/api/v1/qemu/qemubinaries.rst

31 lines
970 B
ReStructuredText
Raw Normal View History

/v1/qemu/binaries
----------------------------------------------------------------------------------------------------------------------
2015-02-04 09:31:31 +00:00
.. contents::
GET /v1/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/get_qemubinaries.txt