getLoadBalancerListenerList
    • PDF

    getLoadBalancerListenerList

    • PDF

    Article Summary

    Can be used in a VPC environment.

    Summary

    Search list of listeners registered in the load balancer.

    Request

    Request Parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoStringRegion code
    You can decide the region of load balancer instances where the list of listeners will be searched.
    You can obtain the regionCode through the getRegionList action.
    Default: Select the first region of the getRegionList search results
    loadBalancerInstanceNoYesStringThe load balancer instance number to search the list of listeners
    You can obtain the loadBalancerInstanceNo through the getLoadBalancerInstanceList action.
    responseFormatTypeNoStringFormat type of the response results
    Options : xml | json
    Default : xml

    Response

    Response body

    Example

    Request example

    GET {API_URL}/getLoadBalancerListenerList
    ?regionCode=KR
    &loadBalancerInstanceNo=***887
    

    Response example

    <getLoadBalancerListenerListResponse>
      <requestId>55fc050c-3006-4472-bd96-2cb3b1547a53</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <loadBalancerListenerList>
        <loadBalancerListener>
          <loadBalancerInstanceNo>***887</loadBalancerInstanceNo>
          <loadBalancerListenerNo>***961</loadBalancerListenerNo>
          <protocolType>
            <code>HTTP</code>
            <codeName>HTTP protocol</codeName>
          </protocolType>
          <port>80</port>
          <useHttp2>false</useHttp2>
          <sslCertificateNo></sslCertificateNo>
          <tlsMinVersionType/>
          <loadBalancerRuleNoList>
            <loadBalancerRuleNo>***444</loadBalancerRuleNo>
          </loadBalancerRuleNoList>
          <cipherSuiteList/>
        </loadBalancerListener>
      </loadBalancerListenerList>
    </getLoadBalancerListenerListResponse>
    

    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.