Elastic Load Balancing
API Reference (API Version 2012-06-01)
« PreviousNext »
View the PDF for this guide.Go to the AWS Discussion Forum for this product.Did this page help you?  Yes | No |  Tell us about it...

DescribeLoadBalancers

Description

Returns detailed configuration information for the specified LoadBalancers. If no LoadBalancers are specified, the operation returns configuration information for all LoadBalancers created by the caller.

Note

The client must have created the specified input LoadBalancers in order to retrieve this information; the client must provide the same account credentials as those that were used to create the LoadBalancer.

Request Parameters

For information about the common parameters that all actions use, see Common Parameters.

LoadBalancerNames.member.N

A list of names associated with the LoadBalancers at creation time.

Type: String list

Required: No

Marker

An optional parameter reserved for future use.

Type: String

Required: No

Response Elements

The following elements are returned in a DescribeLoadBalancersResult structure.

LoadBalancerDescriptions

A list of LoadBalancer description structures.

Type: LoadBalancerDescription list

NextMarker

An optional parameter reserved for future use.

Type: String

Errors

For information about the errors that are common to all actions, see Common Errors.

AccessPointNotFound

The specified LoadBalancer could not be found.

HTTP Status Code: 400