getBlockStorageSnapshotInstanceList
- Print
- PDF
getBlockStorageSnapshotInstanceList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
Gets a list of Block Storage snapshot instances.
Request
Request parameters
Parameter | Required | Type | Limitations | Description |
---|---|---|---|---|
blockStorageSnapshotInstanceNoList | N | List<String> | Duplicates not allowed. | List of Block Storage snapshot instances The action gets Block Storage snapshots corresponding to the specified Block Storage snapshot instance numbers. |
originalBlockStorageInstanceNoList | N | List<String> | Duplicates not allowed. | List of source Block Storage instance numbers The action gets Block Storage snapshots corresponding to the specified source Block Storage instance numbers. Get available values by using the getBlockStorageInstanceList action. Example) originalblockStorageSnapshotInstanceNoList.1=1081369&originalblockStorageSnapshotInstanceNoList.2=1020175 |
regionNo | N | String | Region number You can filter Block Storage instances by region. Get available values by using the getRegionList action. | |
pageNo | N | Integer | Min: 0, Max: 2147483647 | Page number of paginated results You can paginate results with pageNo. |
pageSize | N | Integer | Min: 0, Max: 2147483647 | Page size to show when paginating results. You can paginate results with pageSize. |
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>
Was this article helpful?