createBlockStorageInstance
    • PDF

    createBlockStorageInstance

    • PDF

    기사 요약

    개요

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

    요청

    요청 파라미터

    파라미터 명필수 여부타입제약사항설명
    blockStorageNameNoStringMin : 3, Max : 30- 생성할 블록 스토리지명
    Default : NAVER Cloud Platform 에서 기본값으로 할당
    blockStorageSizeYesLongMin : 10, Max : 2000- 생성할 블록 스토리지 사이즈
    필수항목이며, 10GB 단위로 입력이 가능하고 최대 2000GB 까지만 입력 가능
    blockStorageDescriptionNoStringMin : 10, Max : 1000생성할 블록 스토리지에 대한 설명
    serverInstanceNoYesString- Attach할 서버 인스턴스 번호
    getServerInstanceList 액션을 통해 서버 인스턴스 번호 획득 가능
    diskDetailTypeCodeYesString- 디스크유형 상세코드
    Options : HDD | SSD
    Default : HDD

    응답

    응답 바디

    예시

    요청 예시

    GET {SERVER_API_URL}/createBlockStorageInstance
    ?blockStorageSize=10
    &serverInstanceNo=1021003
    &diskDetailTypeCode=HDD
    

    응답 예시

    <createBlockStorageInstanceResponse>
      <requestId>1c844a3f-6149-4223-bcfc-b2fc6294dd17</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <blockStorageInstanceList>
        <blockStorageInstance>
          <blockStorageInstanceNo>1089090</blockStorageInstanceNo>
          <serverInstanceNo>1021003</serverInstanceNo>
          <serverName>s1669aa4e78c</serverName>
          <blockStorageType>
            <code>SVRBS</code>
            <codeName>Server BS</codeName>
          </blockStorageType>
          <blockStorageName>bst167588711f2</blockStorageName>
          <blockStorageSize>10737418240</blockStorageSize>
          <deviceName></deviceName>
          <blockStorageProductCode>SPBSTBSTAD000002</blockStorageProductCode>
          <blockStorageInstanceStatus>
            <code>INIT</code>
            <codeName>Block storage INIT state</codeName>
          </blockStorageInstanceStatus>
          <blockStorageInstanceOperation>
            <code>NULL</code>
            <codeName>Block Storage NULLOP</codeName>
          </blockStorageInstanceOperation>
          <blockStorageInstanceStatusName>initialized</blockStorageInstanceStatusName>
          <createDate>2018-11-28T13:15:06+0900</createDate>
          <blockStorageInstanceDescription></blockStorageInstanceDescription>
          <diskType>
            <code>NET</code>
            <codeName>Network Storage</codeName>
          </diskType>
          <diskDetailType>
            <code>HDD</code>
            <codeName>HDD</codeName>
          </diskDetailType>
          <zone>
            <zoneNo>3</zoneNo>
            <zoneName>KR-2</zoneName>
            <zoneCode>KR-2</zoneCode>
            <zoneDescription>평촌 zone</zoneDescription>
            <regionNo>1</regionNo>
          </zone>
        </blockStorageInstance>
      </blockStorageInstanceList>
    </createBlockStorageInstanceResponse>
    

    에러 코드

    아래 에러 코드는 이 액션(Action)에서 특징적으로 발생하는 에러입니다. 공통적으로 발생하는 에러에 대한 상세한 설명은 NAVER Cloud Platform API를 참고해주세요

    HTTP Response Code리턴 코드리턴 메시지
    40010300Instance name is already in use. please use other name.
    40010708Server shall not be beyond {0}G2.
    40010713Not found contract information. Please check your input parameter.
    40010723Additional storage is not available for Micro Server.
    40023001Unable to allocate more than {0} storages (included default storage) to the corresponding Linux server.
    40023002Unable to allocate more than {0} storages (included default storage) to the corresponding Windows server.
    40024100Input parameter value is invalid. The value of the storage size must be a integer greater than zero.
    40024101Input parameter value is invalid. The minimum value of the storage size is 10 GB and the maximum, 1 T2.
    40024102Input parameter value is invalid. The value of storage size must be a multiple of 10 G2.
    40024103Input parameter value is invalid. The minimum length of the name is 3 bytes and the maximum, 30 bytes.
    40024105Input parameter value is invalid. The name must contain only lower case letters, digits, and hyphen('-'); it must start with a letter and end with a letter or digit.
    40024109The input parameter instance number is invalid.
    40024120The input parameter server instance number is invalid.
    40024300The length constraints of the parameter description (memo) were violated. The minimum length is 0 byte, the maximum, 1,000 bytes.
    40025005Unable to perform allocation command since (other) user is either operating the target server which is to be allocated with storage or an error in target server.

    이 문서가 도움이 되었습니까?

    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.