disassociatePublicIpFromServerInstance
    • PDF

    disassociatePublicIpFromServerInstance

    • PDF

    Article Summary

    Can be used in a VPC environment.

    Overview

    This unassigns a public IP instance from the server instance.

    Request

    Request parameters

    Parameter nameRequiredTypeRestrictionsDescription
    regionCodeNoStringRegion code
    You can decide the region of the public IP instance to be unassigned from the server instance.
    regionCode can be obtained through the getRegionList action.
    Default: Select the first region of the getRegionList search results
    publicIpInstanceNoConditionalStringPublic IP instance number
    You can decide the public IP instance number to be unassigned from the server instance.
    Either publicIpInstanceNo or serverInstanceNo is required to be entered.
    publicIpInstanceNo can be obtained through the getPublicIpInstanceList action.
    serverInstanceNoConditionalStringServer instance number
    You can decide the server instance that will unassign a public IP instance.
    Either publicIpInstanceNo or serverInstanceNo is required to be entered.
    serverInstanceNo can be obtained through the getServerInstanceList action.
    responseFormatTypeNoStringFormat type of the response results
    Options : xml | json
    Default : xml

    Response

    Response body

    Example

    Request Example

    GET {API_URL}/disassociatePublicIpFromServerInstance
    ?regionCode=KR
    &publicIpInstanceNo=***7551
    

    Response Example

    <disassociatePublicIpFromServerInstanceResponse>
      <requestId>bb66616c-3de6-4fb9-9ff0-823249d4e488</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <publicIpInstanceList>
        <publicIpInstance>
          <publicIpInstanceNo>***7551</publicIpInstanceNo>
          <publicIp>***.***.111.215</publicIp>
          <publicIpDescription></publicIpDescription>
          <createDate>2020-08-19T16:52:50+0900</createDate>
          <publicIpInstanceStatusName>Configuring</publicIpInstanceStatusName>
          <publicIpInstanceStatus>
            <code>RUN</code>
            <codeName>run</codeName>
          </publicIpInstanceStatus>
          <serverInstanceNo></serverInstanceNo>
          <serverName></serverName>
          <privateIp></privateIp>
          <publicIpInstanceOperation>
            <code>SET</code>
            <codeName>SETTING OP</codeName>
          </publicIpInstanceOperation>
        </publicIpInstance>
      </publicIpInstanceList>
    </disassociatePublicIpFromServerInstanceResponse>
    

    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.