Description
image_id を指定し、該当するイメージを削除します。
Request URL
Image API v2
GET /v2/images/{image_id} |
Request Json
This operation does not accept a request body. |
Request Paramters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | Userトークン | header | トークンID |
image_id | イメージID | URI | イメージID |
Response
Normal response codes
204 |
Example
Request
curl -i -X GET \ -H “Accept: application/json” \ -H “X-Auth-Token: トークンID” \ https://image-service.odc01.eva-clouds.com/v2/images/イメージID |
Response
HTTP/1.1 204 No Content Date: Fri, 08 Jul 2016 10:23:06 GMT Server: Apache Content-Length: 0 Content-Type: application/json |