パスワード設定

API情報

API種別 メソッド URI 対象 名称 実行
設定 PUT /:GisServiceCode/system-storages/:StorageServiceCode/password.json システムストレージ パスワード設定 非同期

リクエストパラメータ

  パラメータ 必須 意味
URL GisServiceCode P2契約のサービスコード gis########
  StorageServiceCode システムストレージのサービスコード iba########, ica########
ボディ Password パスワード
  • 8文字以上、32文字以下
  • 半角英字・半角数字・半角記号をそれぞれ1文字以上含む
  • 半角記号は「"#$%&'*+,.-/:;=<>()[]{}?@\^_`|~!」を利用可能

レスポンス

フィールド タイプ 意味
Current.ResourceStatus String 設定後のストレージステータス  
Previous.ResourceStatus String 設定前のストレージステータス  

エラーコード

制限

サンプル

リクエストボディ

{
    "Password": "*****"
}

レスポンス (JSON)

Json
{
    "RequestId": "xxxxxxxx-xxxxxxxx-xxxxxxxx-xxxxxxxx-xxxxxxxx",
    "Current": {
        "ResourceStatus": "Configuring"
    },
    "Previous": {
        "ResourceStatus": "NotAttached"
    }
}