You can call this operation to unbind a Server Load Balancer (SLB) instance from an application.
Debugging
Request headers
This operation only uses common request headers. For more information, see the Common request parameters topic.
Request syntax
POST /pop/app/unbind_slb_json HTTPS|HTTP
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
AppId | String | Yes | c627c157-560d-******************** |
The ID of the application from which you want to unbind an SLB instance. |
SlbId | String | Yes | lb-wz9vo49**************** |
The ID of the SLB instance that you want to unbind from the application. |
Type | String | Yes | internet |
The network type of the SLB instance that you want to unbind from the application. Valid values:
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Code | Integer | 200 |
The returned code. |
Message | String | Unbind slb success |
The returned message. |
Data | String | {} |
The data returned, which indicates whether the operation is successful. |
RequestId | String | D16979DC-4D42-************ |
Examples
Sample requests
POST /pop/app/unbind_slb_json HTTP/1.1
Common request headers
{
"AppId": ""
"SlbId": ""
"Type": ""
}
Sample success responses
JSON
format
{
"Data": {},
"Message": "Unbind slb success",
"Code": 200
}
XML
format
<Data/>
<Message>Unbind slb success</Message>
<Code>200</Code>
Error codes
For a list of error codes, visit the API Error Center.