Load Balancer Overview

Prev Next

Can be used in a VPC environment.

Summary

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/vloadbalancer/v2

Request header

Header Description
x-ncp-apigw-timestamp The number of milliseconds that have elapsed since January 1, 1970 00:00:00 UTC.
If the time difference compared to the API Gateway server is more than 5 minutes, then the request is considered invalid.
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 with the secret key that maps with the access key.
The HMAC encryption algorithm is HmacSHA256.

Operations

Load Balancer

API name Description
getLoadBalancerInstanceList Search list of load balancer instances.
getLoadBalancerInstanceDetail Use load balancer instance numbers to search the load balancer instance details.
createLoadBalancerInstance Create load balancer instances.
deleteLoadBalancerInstances Delete load balancer instances.
changeLoadBalancerInstanceConfiguration Change load balancer instance settings.
setLoadBalancerInstanceSubnet Set load balancer subnet.
setLoadBalancerDescription Edit load balancer description.
getLoadBalancerListenerList Search list of listeners registered in the load balancer.
createLoadBalancerListener Create new listeners in the load balancer.
deleteLoadBalancerListeners Delete listeners registered in the load balancer.
changeLoadBalancerListenerConfiguration Change load balancer listener settings.
getLoadBalancerRuleList Search list of rules registered in the load balancer listener.

Target Group

API name Description
getTargetGroupList Search list of target groups.
getTargetGroupDetail Use target group numbers to search the target group details.
createTargetGroup Create target groups.
deleteTargetGroups Delete target groups. You can't delete target groups in use.
changeTargetGroupConfiguration Change target group settings.
changeTargetGroupHealthCheckConfiguration Change target group's health check settings.
getTargetList Search list of targets applied to the target group.
setTarget Set targets to apply to the target group.
addTarget Add targets to apply to the target group.
removeTarget Remove targets applied to the target group.
setTargetGroupDescription Edit the target group description.