getBlockStorageSnapshotInstanceList

Prev Next

Overview

Get the list of block storage snapshot instances.

Request

Request parameters

Parameter name Required Type Restrictions Description
blockStorageSnapshotInstanceNoList No List<String> It can't be duplicated. - List of the block storage snapshot instances numbers
You can query the block storage snapshot corresponding to the block storage snapshot instance number list.
originalBlockStorageInstanceNoList No List<String> It can't be duplicated. - List of the source block storage instance numbers
You can query the block storage snapshot corresponding to the list of block storage instance numbers in the original block storage instance number.
blockStorageInstanceNo can be obtained through the getBlockStorageInstanceList action.
e.g., originalblockStorageSnapshotInstanceNoList.1=1081369&originalblockStorageSnapshotInstanceNoList.2=1020175
regionNo No String - Region number
You can filter the list of block storage instances by Region.
regionNo can be obtained through the getRegionList action.
pageNo No Integer Min: 0, Max: 2147483647 - Page number of the paged results
The results can be paged using pageNo.
pageSize No Integer Min: 0, Max: 2147483647 - Size of each page to be displayed when paging
The results can be paged using pageSize.
responseFormatType No String - Format type of the response result
Options: xml | json
Default: xml

Response

Response body

Examples

Request example

GET {SERVER_API_URL}/getBlockStorageSnapshotInstanceList

Response example

<getBlockStorageSnapshotInstanceListResponse>
    <requestId>78ca2d57-d729-4077-b0ff-ce35248b71de</requestId>
    <returnCode>0</returnCode>
    <returnMessage>success</returnMessage>
    <totalRows>3</totalRows>
    <blockStorageSnapshotInstanceList>
      <blockStorageSnapshot>
          <blockStorageSnapshotInstanceNo>334118</blockStorageSnapshotInstanceNo>
          <blockStorageSnapshotName>s0615bc</blockStorageSnapshotName>
          <blockStorageSnapshotVolumeSize>53687091200</blockStorageSnapshotVolumeSize>
          <originalBlockStorageInstanceNo>334105</originalBlockStorageInstanceNo>
          <originalBlockStorageName>x0627</originalBlockStorageName>
          <blockStorageSnapshotInstanceStatus>
            <code>CREAT</code>
            <codeName>Block storage CREATED state</codeName>
          </blockStorageSnapshotInstanceStatus>
          <blockStorageSnapshotInstanceOperation>
            <code>NULL</code>
            <codeName>Block Storage NULLOP</codeName>
          </blockStorageSnapshotInstanceOperation>
          <createDate>2017-06-27T18:56:42+0900</createDate>
          <blockStorageSnapshotInstanceDescription />
          <serverImageProductCode>SPSW0WINNT000016</serverImageProductCode>
          <osInformation>Windows Server 2016 (64-bit)</osInformation>
      </blockStorageSnapshot>
    </blockStorageSnapshotInstanceList>
</getBlockStorageSnapshotInstanceListResponse>