Update database instance(name)#

データベース仮想サーバの名前を更新します。

APIエンドポイント#

リージョン APIエンドポイント
西日本リージョン3の場合 https://database.jp-west-3.cloud.global.fujitsu.com
東日本リージョン3の場合 https://database.jp-east-3.cloud.global.fujitsu.com

HTTPメソッドとURI#

PATCH

/v1.0/{accountId}/instances/{instanceId}

HTTPステータスコード#

正常時:202

エラー時:400,401,403,404,405,413,422,500,501,503

リクエストパラメータの説明#

名前 In Type デフォルト値
/必須指定
Description
accountId path string 必須 データベース仮想サーバのアカウントID
instanceId path string 必須 データベース仮想サーバのID
instance body object 必須 データベース仮想サーバオブジェクト
name body string 任意 データベース仮想サーバの名前

リクエスト例#

{
  "instance": {
    "name": "tempest-DatabaseInstancesTest-db-instance-1784265820"
  }
}