Queries Server Load Balancer (SLB) instances.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
GET /pop/v5/slb_list
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
VpcId | string | No | The ID of the virtual private cloud (VPC). | vpc-bp1f90rfybszjogyw**** |
AddressType | string | No | The type of the IP addresses. Valid values:
| internet |
SlbType | string | No | The type of the SLB instance. Valid values:
| clb |
Response parameters
Examples
Sample success responses
JSON
format
{
"Code": 200,
"Message": "success",
"RequestId": "b197-40ab-9155-7ca7",
"SlbList": {
"SlbEntity": [
{
"SlbId": "lb-2ze055t3xv7s8****",
"VpcId": "vpc-bp1f90rfybszjogyw****",
"VswitchId": "vsw-bp156w1gpbv0o50hs****",
"Expired": false,
"UserId": "edas_****_**st@aliyun-****.com",
"AddressType": "internet",
"NetworkType": "classic",
"RegionId": "cn-beijing",
"GroupId": 0,
"Address": "39.176.XX.XX",
"SlbName": "adce",
"SlbStatus": "active",
"Tags": "[{\"tagKey\":\"tag\",\"tagValue\":\"value\"}]",
"Reusable": true
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history