Call UpdateK8sSlb to update the Server Load Balancer (SLB) instance attached to a Container Service for Kubernetes application.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
edas:ManageApplication |
update |
*Application
|
None | None |
Request syntax
PUT /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. Call ListApplication to get this ID. |
5a166fbd-****-****-a286-781659d9f54c |
| ClusterId |
string |
Yes |
The ID of the cluster. Call GetK8sCluster to get this ID. |
712082c3-****-****-9217-a947b5cde6ee |
| Type |
string |
Yes |
The type of the SLB instance.
|
Internet |
| SlbProtocol |
string |
No |
The protocol of the SLB instance. Currently, only TCP is supported. |
TCP |
| TargetPort |
string |
No |
The backend port, which is the service port of the application. The value ranges from 1 to 65535. |
8082 |
| Port |
string |
No |
The frontend port. The value ranges from 1 to 65535. |
80 |
| ServicePortInfos |
string |
No |
This parameter is used for scenarios that involve multiple ports or protocols other than TCP. The value must be a JSON array. For example: [{"targetPort":8080,"port":82,"loadBalancerProtocol":"TCP"},{"port":81,"certId":"1362469756373809_16c185d6fa2_1914500329_-xxxxxxx","targetPort":8181,"loadBalancerProtocol":"HTTPS"}]
|
{"targetPort":8080,"port":82,"loadBalancerProtocol":"TCP"},{"port":81,"certId":"136246975637380916c185d6fa21914500329_-xxxxxxx","targetPort":8181,"lo adBalancerProtocol":"HTTPS"} |
| Specification |
string |
No |
The specification of the SLB instance. The following specifications are supported:
If you do not set this parameter, the default value is slb.s1.small. |
slb.s1.small |
| Scheduler |
string |
No |
The scheduling algorithm of the SLB instance. If you do not set this parameter, rr is used. The supported algorithms are round-robin (rr) and weighted round-robin (wrr).
|
wrr |
| SlbName |
string |
No |
The name of the SLB instance. |
SLB_doctest |
| DisableForceOverride |
boolean |
No |
Specifies whether to disable overwriting the SLB listener configuration.
|
true |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| ChangeOrderId |
string |
The ID of the change order. |
9a1dcdee-****-****-ad37-cbf9dc91fba9 |
| Code |
integer |
The HTTP status code. |
200 |
| Message |
string |
The returned message. |
success |
| RequestId |
string |
The ID of the request. |
4823-bhjf-23u4-eiufh |
Examples
Success response
JSON format
{
"ChangeOrderId": "9a1dcdee-****-****-ad37-cbf9dc91fba9",
"Code": 200,
"Message": "success",
"RequestId": "4823-bhjf-23u4-eiufh"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.