API一覧

仮想サーバ(ネットワークインターフェース操作)

項番 API名 処理概要
1 POST /v2/{tenant_id}/servers/{server_id}/os-interface

Create interface

仮想サーバに接続するポートを作成し使用する
2 GET /v2/{tenant_id}/servers/{server_id}/os-interface

List interfaces

ポートの一覧表示をする
3 GET /v2/{tenant_id}/servers/{server_id}/os-interface/{attachment_id}

Show attached interface information

指定したポートに関する情報を表示する
4 DELETE /v2/{tenant_id}/servers/{server_id}/os-interface/{attachment_id}

Detach interface

指定したポートを切り離す
5 GET /v2/{tenant_id}/servers/{server_id}/os-instance-actions

List actions for server

指定したサーバのaction実行履歴一覧を表示する
6 GET /v2/{tenant_id}/servers/{server_id}/os-instance-actions/{action_id}

Show server action details

指定したサーバのaction実行結果詳細を表示する