Unbinds a Server Load Balancer (SLB) instance from an application that is deployed in a Container Service for Kubernetes (ACK) cluster.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
edas:ManageApplication |
none |
*Application
|
None | None |
Request syntax
DELETE /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. You can call the ListApplication operation to query the application ID. For more information, see ListApplication. |
5a166fbd-****-****-a286-781659d9f54c |
| ClusterId |
string |
No |
The ID of the cluster. You can call the GetK8sCluster operation to query the cluster ID. For more information, see GetK8sCluster. |
712082c3-****-****-9217-a947b5cde6ee |
| Type |
string |
Yes |
The type of the SLB instance. Valid values:
|
internet |
| SlbName |
string |
No |
The name of the SLB instance. |
a2d4ab12666544a479cdd0711a97**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
integer |
The HTTP status code that is returned. |
200 |
| ChangeOrderId |
string |
The ID of the change process. |
b0a8441e-****-4e8e-9874-b56dea02952f |
| Message |
string |
The message that is returned. |
success |
| RequestId |
string |
The ID of the request. |
1234-1sda-321d-1234 |
Examples
Success response
JSON format
{
"Code": 200,
"ChangeOrderId": "b0a8441e-****-4e8e-9874-b56dea02952f",
"Message": "success",
"RequestId": "1234-1sda-321d-1234"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.