ISOイメージ排出

Description

マウントしたISOイメージをアンマウントします。
サーバー停止時のみ実行可能です。

Request URL

Compute API v2.0

POST /v2/{tenant_id}/servers/{server_id}/action

Request Json

{
    "unmountImage": ""
}

Request Parameters

Parameter Value Style Description
X-Auth-Token Userトークン header トークン発行 にて払い出されたID
tenant_id テナントID URI API情報を確認する にてご確認ください。
server_id サーバーID plain サーバー一覧取得 にてご確認ください。
unmountImage plain 入力しない。

Response

  • Normal response codes
204

Example

  • Request
curl -i -X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "X-Auth-Token: トークンID" \
-d '{"unmountImage": ""}' \
https://compute.jpt1.cloud.z.com/v2/テナントID/servers/サーバーID/action
  • Response
HTTP/1.1 204 No Content
Date: Fri, 22 Jul 2016 05:31:27 GMT
Server: Apache
Content-Length: 0
Content-Type: application/json

Internet for everyone

Copyright (c) 2024 GMO Internet Group, Inc. All Rights Reserved.