MENU
      detachBlockStorageInstances
        • PDF

        detachBlockStorageInstances

        • PDF

        記事の要約

        VPC環境で利用できます。

        概要

        ブロックストレージインスタンスリストをサーバインスタンスで割り当て解除します。

        リクエスト

        リクエストパラメータ

        パラメータ名必須の有無タイプ制約事項説明
        regionCodeNoStringリージョンコード
        サーバインスタンスで割り当て解除するブロックストレージインスタンスのリージョン(Region)を決定できます。
        regionCodeはgetRegionListアクションを通じて取得できます。
        Default:getRegionList照会結果の最初のリージョンを選択
        blockStorageInstanceNoList.NYesList<String>ブロックストレージインスタンス番号リスト
        サーバインスタンスで割り当て解除するブロックストレージインスタンス番号を決定します。
        blockStorageInstanceNoはgetBlockStorageInstanceListアクションを通じて取得できます。
        ex) blockStorageInstanceNoList.1=1234&blockStorageInstanceNoList.2=2345
        responseFormatTypeNoStringレスポンス結果のフォーマットタイプ
        Options : xml | json
        Default : xml

        レスポンス

        レスポンスボディ

        リクエスト例

        GET {API_URL}/detachBlockStorageInstances
        ?regionCode=KR
        &blockStorageInstanceNoList.1=***7746
        HTTP

        レスポンス例

        <detachBlockStorageInstancesResponse>
          <requestId></requestId>
          <returnCode>0</returnCode>
          <returnMessage>success</returnMessage>
          <totalRows>1</totalRows>
          <blockStorageInstanceList>
            <blockStorageInstance>
              <blockStorageInstanceNo>***7746</blockStorageInstanceNo>
              <serverInstanceNo>***4299</serverInstanceNo>
              <blockStorageName>test-***</blockStorageName>
              <blockStorageType>
                <code>SVRBS</code>
                <codeName>Server BS</codeName>
              </blockStorageType>
              <blockStorageSize>53687091200</blockStorageSize>
              <deviceName>/dev/xvdb</deviceName>
              <blockStorageProductCode>SPBSTBSTAD000006</blockStorageProductCode>
              <blockStorageInstanceStatus>
                <code>ATTAC</code>
                <codeName>Block storage ATTACHED state</codeName>
              </blockStorageInstanceStatus>
              <blockStorageInstanceOperation>
                <code>DETAC</code>
                <codeName>Block Storage RESTART OP</codeName>
              </blockStorageInstanceOperation>
              <blockStorageInstanceStatusName>detaching</blockStorageInstanceStatusName>
              <createDate>2020-08-25T09:18:34+0900</createDate>
              <blockStorageDescription></blockStorageDescription>
              <blockStorageDiskType>
                <code>NET</code>
                <codeName>Network Storage</codeName>
              </blockStorageDiskType>
              <blockStorageDiskDetailType>
                <code>SSD</code>
                <codeName>SSD</codeName>
              </blockStorageDiskDetailType>
              <maxIopsThroughput>4000</maxIopsThroughput>
              <isEncryptedVolume>false</isEncryptedVolume>
              <zoneCode>KR-1</zoneCode>
              <regionCode>KR</regionCode>
              <isReturnProtection>false</isReturnProtection>
            </blockStorageInstance>
          </blockStorageInstanceList>
        </detachBlockStorageInstancesResponse>
        XML

        この記事は役に立ちましたか?

        Changing your password will log you out immediately. Use the new password to log back in.
        First name must have atleast 2 characters. Numbers and special characters are not allowed.
        Last name must have atleast 1 characters. Numbers and special characters are not allowed.
        Enter a valid email
        Enter a valid password
        Your profile has been successfully updated.