Retrieves reusable Classic Load Balancer (CLB) instances.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
servicemesh:DescribeReusableSlb |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| K8sClusterId |
string |
No |
The ID of the data plane cluster. You must specify either this parameter or ServiceMeshId, but not both. |
ca2cfe41fefeb489d9b9dba18a7c5**** |
| NetworkType |
string |
Yes |
The network type. Valid values:
|
internet |
| LbType |
string |
No |
The type of the load balancer. Valid values:
The default value is |
clb |
| ServiceMeshId |
string |
No |
The ID of the ASM instance. You must specify either this parameter or K8sClusterId, but not both. |
cb8963379255149cb98c8686f274x**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The list of reusable CLB instances. |
||
| ReusableSlbList |
array<object> |
The list of reusable load balancer instances. |
|
|
object |
|||
| LoadBalancerName |
string |
The name of the load balancer instance. |
ad6044b015ac54484a20c47241175bb3 |
| LoadBalancerId |
string |
The ID of the load balancer instance. |
lb-bp17xygzsxth0bwlz**** |
| RequestId |
string |
The request ID. |
EDDC0D86-2FC3-56FB-9213-96EB0A3523F1 |
Examples
Success response
JSON format
{
"ReusableSlbList": [
{
"LoadBalancerName": "ad6044b015ac54484a20c47241175bb3",
"LoadBalancerId": "lb-bp17xygzsxth0bwlz****"
}
],
"RequestId": "EDDC0D86-2FC3-56FB-9213-96EB0A3523F1"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.