Show default volume type#
デフォルトボリュームタイプの詳細を表示します。
APIエンドポイント#
リージョン | APIエンドポイント |
---|---|
西日本リージョン3の場合 | https://blockstorage.jp-west-3.cloud.global.fujitsu.com |
東日本リージョン3の場合 | https://blockstorage.jp-east-3.cloud.global.fujitsu.com |
HTTPメソッドとURI#
GET
/v3/{project_id}/types/default
HTTPステータスコード#
正常時:200
リクエストパラメータの説明#
名前 | In | Type | デフォルト値 /必須指定 |
Description |
---|---|---|---|---|
project_id | path | string | 必須 | プロジェクトのUUID |
レスポンスボディ(正常系)の説明#
名前 | Type | Description |
---|---|---|
volume_type | object | ボリュームタイプオブジェクト |
is_public | boolean | ボリュームタイプの公開状況 |
extra_specs | object | ボリュームタイプの仕様を示すキーと値のペア |
description | string | ボリュームタイプの説明 |
name | string | ボリュームタイプ名 |
レスポンス例#
{ "volume_type": { "id": "6685584b-1eac-4da6-b5c3-555430cf68ff", "name": "volume-type-test", "description": "default volume type", "is_public": true, "extra_specs": { "volume_backend_name": "rbd" } } }