1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-12-04 14:18:10 +00:00
gns3-server/docs/api/v1/hypervisor/file/filesstream.rst

25 lines
925 B
ReStructuredText
Raw Normal View History

/v1/hypervisor/files/stream
------------------------------------------------------------------------------------------------------------------------------------------
2015-05-01 09:20:55 +00:00
.. contents::
GET /v1/hypervisor/files/stream
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2015-05-01 09:20:55 +00:00
Stream a file from the server
Response status codes
**********************
- **200**: File retrieved
- **409**: Can't access to file
- **404**: File doesn't exist
Input
*******
.. raw:: html
<table>
<tr> <th>Name</th> <th>Mandatory</th> <th>Type</th> <th>Description</th> </tr>
<tr><td>location</td> <td>&#10004;</td> <td>['string']</td> <td>File path</td> </tr>
</table>