2016-06-04 11:40:39 +03:00
|
|
|
/v2/compute/iou/images/{filename:.+}
|
2016-05-12 11:39:50 +03:00
|
|
|
------------------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
2016-06-04 11:40:39 +03:00
|
|
|
POST /v2/compute/iou/images/**{filename:.+}**
|
2016-05-12 11:39:50 +03:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2016-06-04 11:40:39 +03:00
|
|
|
Upload an IOU image
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
**********
|
|
|
|
- **filename**: Image filename
|
2016-05-12 11:39:50 +03:00
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
|
|
|
- **204**: Image uploaded
|
|
|
|
|
2018-01-08 06:57:07 +02:00
|
|
|
|
|
|
|
GET /v2/compute/iou/images/**{filename:.+}**
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
Download an IOU image
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
**********
|
|
|
|
- **filename**: Image filename
|
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
|
|
|
- **200**: Image returned
|
|
|
|
|