createBlockStorageSnapshotInstance

Prev Next

개요

블록 스토리지 스냅샷 인스턴스를 생성합니다.

요청

요청 파라미터

파라미터 명 필수 여부 타입 제약사항 설명
blockStorageInstanceNo Yes String 중복 불가 - 블록 스토리지 스냅샷을 생성할 블록 스토리지 인스턴스 번호
blockStorageSnapshotInstanceNo는 getBlockStorageSnapshotInstanceList 액션을 통해 획득 가능
blockStorageSnapshotName No String Min : 3, Max : 30 - 생성할 블록 스토리지 스냅샷 이름
Default : NAVER Cloud Platform 에서 기본값으로 할당
blockStorageSnapshotDescription No String Min : 1, Max : 1000 생성할 블록 스토리지 스냅샷에 대한 설명
responseFormatType No String - 응답 결과의 포맷 타입
Options : xml | json
Default : xml

응답

응답 바디

예시

요청 예시

GET {SERVER_API_URL}/createBlockStorageSnapshotInstance
?blockStorageInstanceNo=937508

응답 예시

<createBlockStorageSnapshotInstanceResponse>
  <requestId>27d8566c-c085-47d7-9535-d58ccd6dcdc5</requestId>
  <returnCode>0</returnCode>
  <returnMessage>success</returnMessage>
  <totalRows>1</totalRows>
  <blockStorageSnapshotInstanceList>
    <blockStorageSnapshot>
      <blockStorageSnapshotInstanceNo>1089149</blockStorageSnapshotInstanceNo>
      <blockStorageSnapshotName>snap1675890abe3</blockStorageSnapshotName>
      <blockStorageSnapshotVolumeSize>53687091200</blockStorageSnapshotVolumeSize>
      <originalBlockStorageInstanceNo>937508</originalBlockStorageInstanceNo>
      <originalBlockStorageName>s165d2104110</originalBlockStorageName>
      <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>2018-11-28T13:25:35+0900</createDate>
      <blockStorageSnapshotInstanceDescription></blockStorageSnapshotInstanceDescription>
      <serverImageProductCode>SPSW0LINUX000044</serverImageProductCode>
      <osInformation>CentOS 6.6(64bit)</osInformation>
    </blockStorageSnapshot>
  </blockStorageSnapshotInstanceList>
</createBlockStorageSnapshotInstanceResponse>