mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-17 17:24:51 +02:00
31 lines
898 B
ReStructuredText
31 lines
898 B
ReStructuredText
/v2/compute/iou/images/{filename:.+}
|
|
------------------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
.. contents::
|
|
|
|
POST /v2/compute/iou/images/**{filename:.+}**
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
Upload an IOU image
|
|
|
|
Parameters
|
|
**********
|
|
- **filename**: Image filename
|
|
|
|
Response status codes
|
|
**********************
|
|
- **204**: Image uploaded
|
|
|
|
|
|
GET /v2/compute/iou/images/**{filename:.+}**
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
Download an IOU image
|
|
|
|
Parameters
|
|
**********
|
|
- **filename**: Image filename
|
|
|
|
Response status codes
|
|
**********************
|
|
- **200**: Image returned
|
|
|