Queries the Server Load Balancer (SLB) instances that can be reused.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
K8sClusterId | string | No | The ID of the cluster on the data plane. If you specify this parameter, you cannot specify ServiceMeshId. This parameter and ServiceMeshId cannot be left empty at the same time. | ca2cfe41fefeb489d9b9dba18a7c5**** |
NetworkType | string | Yes | The network type of the SLB instance. Valid values:
| internet |
LbType | string | No | Load balancer type, value:
default is | clb |
ServiceMeshId | string | No | The ID of the Service Mesh (ASM) instance. If you specify this parameter, you cannot specify K8sClusterId. This parameter and K8sClusterId cannot be left empty at the same time. | cb8963379255149cb98c8686f274x**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"ReusableSlbList": [
{
"LoadBalancerName": "ad6044b015ac54484a20c47241175bb3",
"LoadBalancerId": "lb-bp17xygzsxth0bwlz****"
}
],
"RequestId": "EDDC0D86-2FC3-56FB-9213-96EB0A3523F1"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation | ||||
---|---|---|---|---|---|---|
2024-03-22 | The request parameters of the API has changed | see changesets | ||||
| ||||||
2023-12-27 | The request parameters of the API has changed | see changesets | ||||
|