Queries the specifications of an Edge Load Balancer (ELB) instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ens:DescribeLoadBalancerSpec |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| LoadBalancerSpec |
string |
No |
The specifications of the ELB instance. |
elb.s2.small |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The ID of the request. |
473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E |
| PageNumber |
integer |
The page number. |
10 |
| PageSize |
integer |
The number of entries per page. Maximum value: 100. Default value: 10. |
100 |
| TotalCount |
integer |
The total number of entries returned. |
7 |
| LoadBalancerSpecs |
array<object> |
The specifications. Valid values: |
|
|
object |
|||
| DisplayName |
string |
The display name of the instance type. |
elb.s1.small |
| LoadBalancerSpec |
string |
The specifications of the ELB instance. |
elb.s1.small |
Examples
Success response
JSON format
{
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E",
"PageNumber": 10,
"PageSize": 100,
"TotalCount": 7,
"LoadBalancerSpecs": [
{
"DisplayName": "elb.s1.small",
"LoadBalancerSpec": "elb.s1.small"
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ens.interface.error | An error occurred while call the API. | |
| 400 | NoPermission | Permission denied. | |
| 400 | InvalidParameter.%s | The specified field %s invalid. Please check it again. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.