Call the UnbindSlb operation to detach a Server Load Balancer (SLB) instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
edas:ManageApplication |
none |
*Application
|
None | None |
Request syntax
POST /pop/app/unbind_slb_json HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
The ID of the application. |
c627c157-560d-******************** |
| SlbId |
string |
Yes |
The ID of the SLB instance. |
lb-wz9vo49**************** |
| Type |
string |
Yes |
The network type of the SLB instance.
|
internet |
| DeleteListener |
string |
No |
Specifies whether to delete the listener.
|
false |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
integer |
The status code of the request. |
200 |
| Message |
string |
The message returned. |
Unbind slb success |
| Data |
string |
This parameter is not used. |
{} |
| RequestId |
string |
The ID of the request. |
D16979DC-4D42-************ |
Examples
Success response
JSON format
{
"Code": 200,
"Message": "Unbind slb success",
"Data": "{}",
"RequestId": "D16979DC-4D42-************"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.