2016-03-07 16:57:12 +00:00
|
|
|
/v2/hypervisor/files/stream
|
2016-03-07 14:01:35 +00:00
|
|
|
------------------------------------------------------------------------------------------------------------------------------------------
|
2015-05-01 09:20:55 +00:00
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
2016-03-07 16:57:12 +00:00
|
|
|
GET /v2/hypervisor/files/stream
|
2016-03-07 14:01:35 +00:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
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>✔</td> <td>['string']</td> <td>File path</td> </tr>
|
|
|
|
</table>
|
|
|
|
|