createBlockStorageSnapshotInstance
- Print
- PDF
createBlockStorageSnapshotInstance
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
Overview
Creates block storage snapshot instances.
Requests
Request parameters
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
regionCode | No | String | - Region code Enter the regionCode corresponding to originalBlockStorageInstanceNo (snapshot can be created only where block storage is located) regionCode can be obtained via the getBlockStorageInstanceList action Default: Selects the first region of the getRegionList query results | |
originalBlockStorageInstanceNo | Yes | String | - Original block storage instance number You can decide the block storage that creates a snapshot. originalBlockStorageInstanceNo can be obtained through the getBlockStorageInstanceList action | |
blockStorageSnapshotName | No | String | Min : 3, Max : 30 Only English letters, numbers, and "-" can be used, and this must start with an English letter. It must end with an English letter or number. | - Block storage snapshot name Default: NAVER Cloud Platform automatically grants it. |
blockStorageSnapshotDescription | No | String | Min : 0, Max : 1000 Bytes | - Description of the block storage snapshot to be created |
snapshotTypeCode | No | String | - Snapshot type code You can decide the snapshot type. A snapshot for the whole storage must be created first to create incremental snapshots. Up to 7 incremental snapshots can be created. Options : FULL | |
responseFormatType | No | String | - Format type of the response result Options : xml |
Responses
Response bodies
Examples
Request examples
GET {API_URL}/createBlockStorageSnapshotInstance
?regionCode=KR
&originalBlockStorageInstanceNo=***7746
&blockStorageSnapshotName=test-***
&snapshotTypeCode=FULL
Response examples
<createBlockStorageSnapshotInstanceResponse>
<requestId>82de18de-f08f-4490-84c7-5849fbfd9a5d</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
<totalRows>1</totalRows>
<blockStorageSnapshotInstanceList>
<blockStorageSnapshotInstance>
<blockStorageSnapshotInstanceNo>***1951</blockStorageSnapshotInstanceNo>
<blockStorageSnapshotName>test-***</blockStorageSnapshotName>
<blockStorageSnapshotVolumeSize>53687091200</blockStorageSnapshotVolumeSize>
<originalBlockStorageInstanceNo>***7746</originalBlockStorageInstanceNo>
<blockStorageSnapshotInstanceStatus>
<code>INIT</code>
<codeName>Block storage INIT state</codeName>
</blockStorageSnapshotInstanceStatus>
<blockStorageSnapshotInstanceOperation>
<code>NULL</code>
<codeName>Block Storage NULLOP</codeName>
</blockStorageSnapshotInstanceOperation>
<blockStorageSnapshotInstanceStatusName>initialized</blockStorageSnapshotInstanceStatusName>
<createDate>2020-08-25T10:50:30+0900</createDate>
<isEncryptedOriginalBlockStorageVolume>false</isEncryptedOriginalBlockStorageVolume>
<blockStorageSnapshotDescription></blockStorageSnapshotDescription>
<snapshotType>
<code>FULL</code>
<codeName>Full Storage Snapshot</codeName>
</snapshotType>
<baseSnapshotInstanceNo/>
<snapshotChainDepth>0</snapshotChainDepth>
</blockStorageSnapshotInstance>
</blockStorageSnapshotInstanceList>
</createBlockStorageSnapshotInstanceResponse>
Was this article helpful?