deleteBlockStorageInstances
    • PDF

    deleteBlockStorageInstances

    • PDF

    Article Summary

    概要

    ブロックストレージインスタンスを削除します。detachした後、削除を行います。

    リクエスト

    リクエストパラメータ

    パラメータ名必須タイプ制約事項説明
    blockStorageInstanceNoList.NYesList<String>重複不可削除するブロックストレージインスタンス番号リスト
    blockStorageInstanceNoはgetBlockStorageInstanceListアクションを通じて取得できます。
    ex) blockStorageInstanceNoList.1=1089090&blockStorageInstanceNoList.2=121636

    レスポンス

    レスポンスボディ

    例示

    リクエスト例示

    GET {SERVER_API_URL}/deleteBlockStorageInstances
    ?blockStorageInstanceNoList.1=1089090
    

    レスポンス例示

    <deleteBlockStorageInstancesResponse>
      <requestId>787ab14e-f87b-4ad7-bba0-4905dd94aeec</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <blockStorageInstanceList>
        <blockStorageInstance>
          <blockStorageInstanceNo>1089090</blockStorageInstanceNo>
          <serverInstanceNo>1021003</serverInstanceNo>
          <serverName>s1669aa4e78c</serverName>
          <blockStorageType>
            <code>SVRBS</code>
            <codeName>Server BS</codeName>
          </blockStorageType>
          <blockStorageName>bst167588711f2</blockStorageName>
          <blockStorageSize>10737418240</blockStorageSize>
          <deviceName>/dev/xvdb</deviceName>
          <blockStorageProductCode>SPBSTBSTAD000002</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>2018-11-28T13:15:06+0900</createDate>
          <blockStorageInstanceDescription></blockStorageInstanceDescription>
          <diskType>
            <code>NET</code>
            <codeName>Network Storage</codeName>
          </diskType>
          <diskDetailType>
            <code>HDD</code>
            <codeName>HDD</codeName>
          </diskDetailType>
          <zone>
            <zoneNo>3</zoneNo>
            <zoneName>KR-2</zoneName>
            <zoneCode>KR-2</zoneCode>
            <zoneDescription>平村zone</zoneDescription>
            <regionNo>1</regionNo>
          </zone>
        </blockStorageInstance>
      </blockStorageInstanceList>
    </deleteBlockStorageInstancesResponse>
    

    エラーコード

    以下のエラーコードは、このアクション(Action)で特徴的に発生するエラーです。共通的に発生するエラーに対する詳細な説明はNAVER Cloud Platform APIをご参考ください。

    HTTP Response Codeリターンコードリターンメッセージ
    40010713Not found contract information. Please check your input parameter.
    40024002It seems that storage {0} is mounted to server {1}. Please unmount the storage and try again.
    40024109The input parameter instance number is invalid
    40024121The input parameter storage instance number is invalid.
    40025002Unable to perform deallocation command since (other) user is operating target server to be allocated with storage or an error in target server.
    40025003Unable to perform deallocation command since (other) user is operating target server or the it has already been deallocated.
    40025004Unable to return since (other) user is either operating the target storage or an error in target storage.

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

    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.