MENU
      getBlockStorageSnapshotInstanceList

        getBlockStorageSnapshotInstanceList


        Article summary

        Overview

        Gets a list of Block Storage snapshot instances.

        Request

        Request parameters

        ParameterRequiredTypeLimitationsDescription
        blockStorageSnapshotInstanceNoListNList<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.
        originalBlockStorageInstanceNoListNList<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
        regionNoNStringRegion number
        You can filter Block Storage instances by region.
        Get available values by using the getRegionList action.
        pageNoNIntegerMin: 0, Max: 2147483647Page number of paginated results
        You can paginate results with pageNo.
        pageSizeNIntegerMin: 0, Max: 2147483647Page size to show when paginating results.
        You can paginate results with pageSize.

        Response

        Response body

        Examples

        Request example

        GET {SERVER_API_URL}/getBlockStorageSnapshotInstanceList
        HTTP

        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>
        XML

        Was this article helpful?

        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.