addLoadBalancerListenerCertificate
    • PDF

    addLoadBalancerListenerCertificate

    • PDF

    Article Summary

    Available in VPC

    Overview

    Add SNI-based multi-TLS certificate

    Requests

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoString- Region code
    - You can decide the region of the load balancer instance to add the certificate to
    - You can obtain regionCode through the getRegionList action
    - Default: Select the first region of the getRegionList query results
    loadBalancerListenerNoYesInteger- Load balancer listener No.
    - You can obtain loadBalancerListenerNo through the getLoadBalancerListenerList action
    sslCertificateNoYesInteger- SSL certificate number
    If the listener protocol type is either HTTPS or TLS, you must set the SSL certificate.
    - You can obtain the sslCertificateNo through the GET https://certificatemanager.apigw.ntruss.com/api/v1/certificates action.
    responseFormatTypeNoString- Format type of the response result
    - Options: xml | json
    - Default: xml

    Responses

    Response bodies

    Examples

    Request examples

      GET {API_URL}/addLoadBalancerListenerCertificate?loadBalancerListenerNo=****1&sslCertificateNo=****4
    

    Response examples

      <addLoadBalancerListenerCertificateResponse>
          <requestId>959a2fe5-fd1b-459a-9af3-df0e51b68e1d</requestId>
          <returnCode>0</returnCode>
          <returnMessage>success</returnMessage>
          <totalRows>3</totalRows>
          <loadBalancerListenerCertificateList>
              <loadBalancerListenerCertificate>
                  <sslCertificateNo>****3</sslCertificateNo>
                  <memberNo>**9</memberNo>
                  <sslCertificateName>cert1-***</sslCertificateName>
                  <domainAddress>www.***.com</domainAddress>
                  <validEndDate>2032-10-11 13:48:39</validEndDate>
                  <isDefault>true</isDefault>
                  <statusCode>1</statusCode>
                  <statusName>Normal</statusName>
              </loadBalancerListenerCertificate>
              <loadBalancerListenerCertificate>
                  <sslCertificateNo>>****3</sslCertificateNo>
                  <memberNo>**9</memberNo>
                  <sslCertificateName>cert1</sslCertificateName>
                  <domainAddress>cert1-***</domainAddress>
                  <validEndDate>2032-**-** **:**:**</validEndDate>
                  <isDefault>false</isDefault>
                  <statusCode>1</statusCode>
                  <statusName>Normal</statusName>
              </loadBalancerListenerCertificate>
              <loadBalancerListenerCertificate>
                  <sslCertificateNo>****4</sslCertificateNo>
                  <memberNo>**9</memberNo>
                  <sslCertificateName>cert2-***</sslCertificateName>
                  <domainAddress>www.****.com</domainAddress>
                  <validEndDate>2032-**-** **:**:**</validEndDate>
                  <isDefault>false</isDefault>
                  <statusCode>1</statusCode>
                  <statusName>Normal</statusName>
              </loadBalancerListenerCertificate>
          </loadBalancerListenerCertificateList>
      </addLoadBalancerListenerCertificateResponse>
    

    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.