2016-05-12 08:39:50 +00:00
|
|
|
/v2/compute/projects/{project_id}/stream/{path:.+}
|
|
|
|
------------------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
|
|
|
GET /v2/compute/projects/**{project_id}**/stream/**{path:.+}**
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
Stream a file from a project
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
**********
|
2016-06-04 08:40:39 +00:00
|
|
|
- **project_id**: Project UUID
|
2016-05-12 08:39:50 +00:00
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
2016-06-04 08:40:39 +00:00
|
|
|
- **200**: File returned
|
2016-05-12 08:39:50 +00:00
|
|
|
- **403**: Permission denied
|
|
|
|
- **404**: The file doesn't exist
|
|
|
|
|