createPublicIpInstance
    • PDF

    createPublicIpInstance

    • PDF

    Article Summary

    Overview

    Creates a public IP instance.

    Request

    Request parameters

    ParameterRequiredTypeLimitationsDescription
    serverInstanceNoNStringServer instance number to assign a public IP instance to.
    Get available values by using the getPublicIpTargetServerInstanceList action.
    publicIpDescriptionNStringMin: 10, Max: 1000Public IP description
    regionNoNStringRegion number
    Get available values by using the getRegionList action.
    zoneNoNStringZone number
    Get available values by using the getZoneList action.
    Default: The first zone of the region.

    Response

    Response body

    Examples

    Request example

    GET {SERVER_API_URL}/createPublicIpInstance
    

    Response example

    <createPublicIpInstanceResponse>
      <requestId>2f8ca49e-0532-43f2-884d-d7f8a737cac4</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <publicIpInstanceList>
        <publicIpInstance>
          <publicIpInstanceNo>1089236</publicIpInstanceNo>
          <publicIp>49.236.137.138</publicIp>
          <publicIpDescription></publicIpDescription>
          <createDate>2018-11-28T14:38:55+0900</createDate>
          <publicIpInstanceStatusName>created</publicIpInstanceStatusName>
          <publicIpInstanceStatus>
            <code>CREAT</code>
            <codeName>NET CREATE state</codeName>
          </publicIpInstanceStatus>
          <publicIpInstanceOperation>
            <code>NULL</code>
            <codeName>NET NULL OP</codeName>
          </publicIpInstanceOperation>
          <publicIpKindType>
            <code>GEN</code>
            <codeName>General</codeName>
          </publicIpKindType>
          <serverInstanceAssociatedWithPublicIp/>
          <zone>
            <zoneNo>3</zoneNo>
            <zoneName>KR-2</zoneName>
            <zoneCode>KR-2</zoneCode>
            <zoneDescription>Pyeongchon zone</zoneDescription>
            <regionNo>1</regionNo>
          </zone>
        </publicIpInstance>
      </publicIpInstanceList>
    </createPublicIpInstanceResponse>
    
    

    Error codes

    Errors that may occur while using this action are listed below. For information on common errors, refer to NAVER Cloud Platform API.

    HTTP response codeReturn codeReturn message
    40010101Unable to request for public IP. You may request as many public IPs as the number of server in possession.
    40024300The length constraints of the parameter description (memo) were violated. The minimum length is 0 byte, the maximum, 1,000 bytes.
    40024094The line for internet access of server does not correspond with which of Public IP.
    40025101The server is currently being operated. so public IP is unable to be associated with the server.
    40028100Another public IP is already associated with the server.

    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.