Domain name for API request: gwlb.intl.tencentcloudapi.com.
This API is used to disassociate a CLB from a target group.This is an async API. After the API return succeeds, you can call the DescribeTaskStatus API with the returned RequestID as an input parameter to check whether this task is successful.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DisassociateTargetGroups. |
Version | Yes | String | Common Params. The value used for this API: 2024-09-06. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
Associations.N | Yes | Array of TargetGroupAssociation | List of target groups to unbind. |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
https://gwlb.intl.tencentcloudapi.com/?Action=DisassociateTargetGroups
&Associations.0.LoadBalancerId=gwlb-20dhh498
&Associations.0.TargetGroupId=lbtg-xxqr0ric
&<common request parameters>
{
"Response": {
"RequestId": "bc953deb-02d7-4bd3-86a6-80421ec37776"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation | Operation failed. |
FailedOperation.ResourceInOperating | FailedOperation.ResourceInOperating |
InternalError | Internal error. |
InvalidParameter | Parameter error. |
InvalidParameterValue | Invalid parameter value. |
UnauthorizedOperation | Unauthorized operation. |
Was this page helpful?