ネットワークアダプタ変更

Description

ネットワークアダプタの変更を行います。

Request URL

Compute API v2.0

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

Request Json

{
    "hwVifModel": "ネットワークアダプタ"
}

Request Parameters

Parameter Value Style Description
X-Auth-Token Userトークン header トークン発行 にて払い出されたID
tenant_id テナントID URI API情報を確認する にてご確認ください。
server_id サーバーID plain サーバー一覧取得 にてご確認ください。
hwVifModel plain "e1000"、"virtio"、"rtl8139"のうち、入力されたものにネットワークデバイスを変更します(default: virtio)

Response

  • Normal response codes
204

Example

  • Request
curl -i -X POST \
-H "Accept: application/json" \
-H "X-Auth-Token: トークンID" \
-d '{"hwVifModel": "ネットワークアダプタ"}' \
https://compute.jpt1.cloud.z.com/v2/テナントID/servers/サーバーID/action
  • Response
HTTP/1.1 204 No Content
Date: Thu, 07 Jul 2016 04:57:57 GMT
Server: Apache
Content-Length: 0
Content-Type: application/json

Internet for everyone

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