interruptServerInstance
    • PDF

    interruptServerInstance

    • PDF

    Article Summary

    Available in VPC

    Overview

    Executing an interrupt to diagnose an abnormally-operating server instance (VM) For more information, refer to User Guide > Server > VPC > Server Troubleshooting > Diagnostic Interrupt.

    Note

    Only Windows-based server instances (VMs) are supported.

    Requests

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoString- Region code
    Sets the region of the server instance to be interrupted
    regionCode can be obtained via the getRegionList action
    Default: Selects the first region of the getRegionList query results
    serverInstanceNoYesString- Identifier number of server instance to be interrupted
    serverInstanceNo can be obtained via the getServerInstanceList action
    e.g. serverInstanceNo=1234
    responseFormatTypeNoString- Format type of the response result
    Options : xml

    Responses

    Response bodies

    Examples

    Request examples

    GET {API_URL}/interruptServerInstance
    ?regionCode=KR
    &serverInstanceNo=4299
    

    Response examples

    <interruptServerInstanceResponse>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <serverInstanceList>
        <serverInstance>
          <serverInstanceNo>4299</serverInstanceNo>
            <serverName>test-***</serverName>
            <serverDescription></serverDescription>
            <cpuCount>2</cpuCount>
            <memorySize>4294967296</memorySize>
            <platformType>
              <code>LNX64</code>
              <codeName>Linux 64 Bit</codeName>
            </platformType>
            <loginKeyName>test-***</loginKeyName>
            <publicIpInstanceNo></publicIpInstanceNo>
            <publicIp></publicIp>
          <serverInstanceStatus>
            <code>RUN</code>
            <codeName>Server run state</codeName>
          </serverInstanceStatus>
          <serverInstanceOperation>
            <code>SHTDN</code>
            <codeName>Server SHUTDOWN OP</codeName>
          </serverInstanceOperation>
          <serverInstanceStatusName>setting up</serverInstanceStatusName>
          <createDate>2020-08-24T09:41:23+0900</createDate>
          <uptime>2020-08-24T09:51:26+0900</uptime>
          <serverImageProductCode>SW.VSVR.OS.LNX64.CNTOS.0703.B050</serverImageProductCode>
          <serverProductCode>SVR.VSVR.STAND.C002.M004.NET.SSD.B050.G001</serverProductCode>
          <isProtectServerTermination>false</isProtectServerTermination>
          <zoneCode>KR-1</zoneCode>
          <regionCode>KR</regionCode>
          <vpcNo>***04</vpcNo>
          <subnetNo>***43</subnetNo>
          <networkInterfaceNoList>
            <networkInterfaceNo>***87</networkInterfaceNo>
          </networkInterfaceNoList>
          <initScriptNo>***44</initScriptNo>
          <serverInstanceType>
            <code>STAND</code>
            <codeName>Standard</codeName>
          </serverInstanceType>
          <baseBlockStorageDiskType>
            <code>NET</code>
            <codeName>Network Storage</codeName>
          </baseBlockStorageDiskType>
          <baseBlockStorageDiskDetailType>
            <code>SSD</code>
            <codeName>SSD</codeName>
          </baseBlockStorageDiskDetailType>
          <placementGroupNo>***61</placementGroupNo>
          <placementGroupName>test-***</placementGroupName>
        </serverInstance>
      </serverInstanceList>
    </interruptServerInstanceResponse>
    

    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.