Show configuration parameter details#
データストアバージョンに関連するデータベース設定パラメータの詳細を表示します。
APIエンドポイント#
リージョン | APIエンドポイント |
---|---|
西日本リージョン3の場合 | https://database.jp-west-3.cloud.global.fujitsu.com |
東日本リージョン3の場合 | https://database.jp-east-3.cloud.global.fujitsu.com |
HTTPメソッドとURI#
GET
/v1.0/{accountId}/datastores/versions/{datastore_version_id}/parameters/{parameter_name}
HTTPステータスコード#
正常時:200
エラー時:400, 401, 403, 404, 405, 413, 422, 500, 501, 503
リクエストパラメータの説明#
名前 | In | Type | デフォルト値 /必須指定 |
Description |
---|---|---|---|---|
accountId | path | string | 必須 | データベース仮想サーバのアカウントID |
datastore_version_id | path | string | 必須 | データストアバージョンのUUID versionのIDだけが指定可能です。 |
parameter_name | path | string | 必須 | 詳細を表示するパラメータの名前 |
レスポンスボディ(正常系)の説明#
名前 | Type | Description |
---|---|---|
type | boolean | データベース設定パラメータのタイプ |
name | string | データベース設定パラメータの名前 |
min | integer | データベース設定パラメータ値の最小値 |
max | integer | データベース設定パラメータ値の最大値 |
datastore_version_id | string | データストアバージョンのUUID |
restart_required | boolean | データベース設定パラメータ値設定時の、データストアの再起動の必要有無 |
レスポンス例#
{ "type": "string", "name": "log_timezone", "datastore_version_id": "b822ed80-67ea-4366-a4b4-9ad5dab06b9a", "restart_required": false }