Attaches a Server Load Balancer (SLB) instance to an application in a Container Service for Kubernetes cluster.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
edas:SLBPurchase |
get |
*Application
|
None | None |
Request syntax
POST /pop/v5/k8s/acs/k8s_slb_binding HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
The ID of the application. |
5a166fbd-****-****-a286-781659d9f54c |
| ClusterId |
string |
No |
The ID of the cluster. |
712082c3-f554-****-****-a947b5cde6ee |
| Type |
string |
Yes |
The type of the SLB instance.
|
internet |
| SlbId |
string |
No |
The ID of the SLB instance. If you do not specify this parameter, EDAS automatically purchases a new SLB instance. |
lb-2ze1quax9t****iz82bjt |
| SlbProtocol |
string |
No |
The frontend protocol for the SLB instance. Valid values: TCP, HTTP, and HTTPS. |
TCP |
| TargetPort |
string |
No |
The backend port. This port is also the service port of the application. The value must be an integer from 1 to 65,535. |
8080 |
| Port |
string |
No |
The frontend port. The value must be an integer from 1 to 65,535. |
80 |
| ServicePortInfos |
string |
No |
The information about the service ports. Use this parameter to configure multiple listeners or use protocols other than TCP. This parameter must be a JSON array. Example: [{"targetPort":8080,"port":82,"loadBalancerProtocol":"TCP"},{"port":81,"certId":"1362469756373809_16c185d6fa2_1914500329_-xxxxxxx","targetPort":8181,"loadBalancerProtocol":"HTTPS"}]
Note
This parameter is used to configure multiple listeners. You must use it with the appId, clusterId, type, and slbId parameters. |
[{"targetPort":8080,"port":82,"loadBalancerProtocol":"TCP"},{"port":81,"certId":"136246975637380916c185d6fa21914500329_-988as","targetPort":8181,"lo adBalancerProtocol":"HTTPS"}] |
| Specification |
string |
No |
The specification of the SLB instance.
|
slb.s1.small |
| Scheduler |
string |
No |
The scheduling algorithm. If you do not specify this parameter, `rr` is used. Valid values:
|
wrr |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| ChangeOrderId |
string |
The ID of the change process. |
b4b37bde-a125-****-****-741f7f4a9ae3 |
| Code |
integer |
The response code. |
200 |
| Message |
string |
The message that is returned. |
success |
| RequestId |
string |
The ID of the request. |
4823-bhjf-23u4-**** |
Examples
Success response
JSON format
{
"ChangeOrderId": "b4b37bde-a125-****-****-741f7f4a9ae3",
"Code": 200,
"Message": "success",
"RequestId": "4823-bhjf-23u4-****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.