Available in Classic
Overview
NAVER Cloud Platform is a cloud service built with NAVER's latest computing technology and operational know-how.
The application program interface (API) that supports the use of services and solutions provided by NAVER Cloud Platform is called NAVER Cloud Platform API.
Common settings
API URL
https://ncloud.apigw.ntruss.com/loadbalancer/v2
Request headers
| Header name | Description |
|---|---|
| x-ncp-apigw-timestamp | This is the number of milliseconds that have elapsed since January 1, 1970 00:00:00 UTC.
|
| x-ncp-iam-access-key | API key issued by NAVER Cloud Platform or access key issued by IAM |
| x-ncp-apigw-signature-v2 | Signature used to encrypt the body of the above example with the secret key that maps with the access key
|
Operations
| API name | Description |
|---|---|
| createLoadBalancerInstance | Create a load balancer instance. |
| changeLoadBalancerInstanceConfiguration | Changes the settings of a load balancer instance. |
| changeLoadBalancedServerInstances | Change a server instance bound to a load balancer. |
| deleteLoadBalancerInstances | Delete a load balancer instance. |
| getLoadBalancerInstanceList | Get the list of load balancer instances. |
| getLoadBalancedServerInstanceList | Get the list of server instances bound to a load balancer. |
| getLoadBalancerTargetServerInstanceList | Get the list of server instances that can be assigned to a load balancer. |
| addLoadBalancerSslCertificate | Add a SSL certificate used by a load balancer. |
| deleteLoadBalancerSslCertificate | Delete a SSL certificate used by a load balancer. |
| getLoadBalancerSslCertificateList | Get the SSL certificate used by a load balancer. |