deleteLoadBalancerInstances
    • PDF

    deleteLoadBalancerInstances

    • PDF

    Article Summary

    Overview

    Deletes load balancer instances.

    Request

    Request header

    HeaderDescription
    x-ncp-apigw-timestampIt is the number of milliseconds that have elapsed since January 1, 1970 00:00:00 UTC.
    If the time difference with the API Gateway server is more than 5 minutes, the request is considered invalid.
    x-ncp-apigw-api-keyAPI key issued by API Gateway (not used in the API v2.)
    x-ncp-iam-access-keyAPI key issued by NAVER Cloud Platform or access key issued by IAM
    x-ncp-apigw-signature-v2Signature used to encrypt the body with the “secret key” that maps with the “access key.”
    The HMAC encryption algorithm is HMAC SHA256.

    Request parameters

    ParameterRequiredTypeLimitationsDescription
    loadBalancerInstanceNoList.NYStringDuplicates not allowed.List of load balancer instance numbers to delete.
    Get available values by using the getLoadBalancerInstanceList action.
    Example)loadBalancerInstanceNoList.1=123&loadBalancerInstanceNoList.2=345

    Response

    Response body

    Examples

    Request example

    GET {LOADBALANCER_API_URL}/loadbalancer/v2/deleteLoadBalancerInstances?loadBalancerInstanceNoList.1=1083108
    

    Response example

    <deleteLoadBalancerInstancesResponse>
      <requestId>a66e857f-47d8-41b5-a322-bf16d9daa874</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <loadBalancerInstanceList>
        <loadBalancerInstance>
          <loadBalancerInstanceNo>1083108</loadBalancerInstanceNo>
          <virtualIp>49.236.150.32,49.236.151.188</virtualIp>
          <loadBalancerName>penguin</loadBalancerName>
          <loadBalancerAlgorithmType>
            <code>RR</code>
            <codeName>Round Robin</codeName>
          </loadBalancerAlgorithmType>
          <loadBalancerDescription></loadBalancerDescription>
          <createDate>2018-11-26T11:04:31+0900</createDate>
          <domainName>slb-1083108.ncloudslb.com</domainName>
          <loadBalancerInstanceStatusName>terminating</loadBalancerInstanceStatusName>
          <loadBalancerInstanceStatus>
            <code>USED</code>
            <codeName>NET USED state</codeName>
          </loadBalancerInstanceStatus>
          <loadBalancerInstanceOperation>
            <code>TERMT</code>
            <codeName>NET TERMINATED OP</codeName>
          </loadBalancerInstanceOperation>
          <networkUsageType>
            <code>PBLIP</code>
            <codeName>Public</codeName>
          </networkUsageType>
          <isHttpKeepAlive>false</isHttpKeepAlive>
          <connectionTimeout>60</connectionTimeout>
          <certificateName></certificateName>
          <loadBalancerRuleList>
            <loadBalancerRule>
              <protocolType>
                <code>HTTP</code>
                <codeName>http</codeName>
              </protocolType>
              <loadBalancerPort>80</loadBalancerPort>
              <serverPort>80</serverPort>
              <l7HealthCheckPath>/</l7HealthCheckPath>
              <certificateName></certificateName>
              <proxyProtocolUseYn>N</proxyProtocolUseYn>
              <stickySessionUseYn>N</stickySessionUseYn>
              <http2UseYn>N</http2UseYn>
            </loadBalancerRule>
          </loadBalancerRuleList>
          <loadBalancedServerInstanceList/>
        </loadBalancerInstance>
      </loadBalancerInstanceList>
    </deleteLoadBalancerInstancesResponse>
    

    Error codes

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

    HTTP response codeReturn codeReturn message
    40010713Not found contract information. Please check your input parameter.
    40024109The input parameter instance number is invalid
    40024123The input parameter load balancer instance number is invalid.
    40025026You may not delete since (other) user is operating the target load balance.
    40025050(Other)Unable to operate load balancer since use is manipulating the applying 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.