DescribeLoadBalancersResponse

Response from the DescribeLoadBalancers action

Amazon Web ServicesHigh AvailabilityLoad BalancingNetworkingScalability

Properties

Name Type Description
loadBalancers array Information about the load balancers
nextMarker string The marker to use for the next set of results
View JSON Schema on GitHub

JSON Schema

amazon-elastic-load-balancing-describe-load-balancers-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-elastic-load-balancing/refs/heads/main/json-schema/amazon-elastic-load-balancing-describe-load-balancers-response-schema.json",
  "title": "DescribeLoadBalancersResponse",
  "description": "Response from the DescribeLoadBalancers action",
  "type": "object",
  "properties": {
    "loadBalancers": {
      "type": "array",
      "description": "Information about the load balancers",
      "items": {
        "$ref": "#/components/schemas/LoadBalancer"
      }
    },
    "nextMarker": {
      "type": "string",
      "description": "The marker to use for the next set of results"
    }
  }
}