removeLoadBalancerListenerCertificate
- Print
- PDF
removeLoadBalancerListenerCertificate
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
Overview
It removes the SNI-based multiple TLS certificate.
Requests
Request parameters
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
regionCode | No | String | - Region code - Determines the region of the load balancer instance to delete the Authentication service. - regionCode is obtained via the getRegionList action - Default: Selects the first region of the getRegionList query results | |
loadBalancerListenerNo | Yes | Integer | - Load balancer listener number - loadBalancerListenerNo is obtained via the getLoadBalancerListenerList action | |
sslCertificateNo | Yes | Integer | - 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. |
Responses
Response data type
- loadBalancerListenerCertificateList type
LoadBalancerInstanceList extends CommonResponse |
---|
private Integer totalRows; |
private List |
loadBalancerListenerCertificate |
---|
private String sslCertificateNo; |
private String memberNo; |
private String loadBalancerDescription; |
private String sslCertificateName; |
private String domainAddress; |
private String validEndDate; |
private Boolean isDefault; |
private Integer statusCode; |
private String statusName; |
Examples
Request examples
Response examples
Was this article helpful?