rebootServerInstances
    • PDF

    rebootServerInstances

    • PDF

    기사 요약

    개요

    서버 인스턴스(VM)를 재시작 합니다.

    요청

    요청 파라미터

    파라미터 명필수 여부타입제약사항설명
    serverInstanceNoList.NYesList<String>중복 불가- 재시작할 서버 인스턴스 번호 리스트
    정지 상태인 서버는 재시작할 수 없음
    serverInstanceNo는 getServerInstanceList 액션을 통해 획득 가능
    ex) serverInstanceNoList.1=937507&serverInstanceNoList.2=1021003

    응답

    응답 바디

    예시

    요청 예시

    GET {SERVER_API_URL}/rebootServerInstances
    ?serverInstanceNoList.1=937507
    

    응답 예시

    <rebootServerInstancesResponse>
      <requestId>ee5ec8d8-a700-4d5e-a2de-d59c90fb0d61</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <serverInstanceList>
        <serverInstance>
          <serverInstanceNo>937507</serverInstanceNo>
          <serverName>s165d2104110</serverName>
          <serverDescription></serverDescription>
          <cpuCount>1</cpuCount>
          <memorySize>2147483648</memorySize>
          <baseBlockStorageSize>53687091200</baseBlockStorageSize>
          <platformType>
            <code>LNX64</code>
            <codeName>Linux 64 Bit</codeName>
          </platformType>
          <loginKeyName>juhoonkim</loginKeyName>
          <isFeeChargingMonitoring>false</isFeeChargingMonitoring>
          <publicIp></publicIp>
          <privateIp>10.41.0.56</privateIp>
          <serverImageName>centos-6.6-64</serverImageName>
          <serverInstanceStatus>
            <code>RUN</code>
            <codeName>Server run state</codeName>
          </serverInstanceStatus>
          <serverInstanceOperation>
            <code>RESTA</code>
            <codeName>Server RESTART OP</codeName>
          </serverInstanceOperation>
          <serverInstanceStatusName>rebooting</serverInstanceStatusName>
          <createDate>2018-09-13T17:33:26+0900</createDate>
          <uptime>2018-11-23T17:32:23+0900</uptime>
          <serverImageProductCode>SPSW0LINUX000044</serverImageProductCode>
          <serverProductCode>SPSVRSTAND000003</serverProductCode>
          <isProtectServerTermination>false</isProtectServerTermination>
          <portForwardingPublicIp>106.10.51.90</portForwardingPublicIp>
          <zone>
            <zoneNo>3</zoneNo>
            <zoneName>KR-2</zoneName>
            <zoneCode>KR-2</zoneCode>
            <zoneDescription>평촌 zone</zoneDescription>
            <regionNo>1</regionNo>
          </zone>
          <region>
            <regionNo>1</regionNo>
            <regionCode>KR</regionCode>
            <regionName>Korea</regionName>
          </region>
          <baseBlockStorageDiskType>
            <code>NET</code>
            <codeName>Network Storage</codeName>
          </baseBlockStorageDiskType>
          <baseBlockStorageDiskDetailType>
            <code>HDD</code>
            <codeName>HDD</codeName>
          </baseBlockStorageDiskDetailType>
          <serverInstanceType>
            <code>COMPT</code>
            <codeName>Compact Server</codeName>
          </serverInstanceType>
          <userData></userData>
          <initScriptNo></initScriptNo>
          <accessControlGroupList>
            <accessControlGroup>
              <accessControlGroupConfigurationNo>39995</accessControlGroupConfigurationNo>
              <accessControlGroupName>ncloud-default-acg</accessControlGroupName>
              <accessControlGroupDescription>Default AccessControlGroup</accessControlGroupDescription>
              <isDefault>true</isDefault>
              <createDate>2018-04-09T11:12:54+0900</createDate>
            </accessControlGroup>
          </accessControlGroupList>
          <instanceTagList/>
        </serverInstance>
      </serverInstanceList>
    </rebootServerInstancesResponse>
    

    에러 코드

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

    HTTP Response Code리턴 코드리턴 메시지
    40022001{1} among {0} servers failed for operation. The problem is being handle* Please hold for a moment.
    40024109The input parameter instance number is invalid
    40024120The input parameter server instance number is invalid.
    40025014Unable to control the server since (other) user is currently operating storage allocated to the server.
    40025041Unable to perform operation command since (other) user is either manipulating the target server or a problem in target server. Please confirm server status once again.
    40028004Unable to perform restart command since target server is already suspended. (Other) user might have suspended the server by connecting through terminal. Please confirm the server status once again.

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

    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.