Amazon Elastic Load Balancing · Example Payload

Amazon Elastic Load Balancing Describe Target Health Response Example

Amazon Web ServicesHigh AvailabilityLoad BalancingNetworkingScalability

Amazon Elastic Load Balancing Describe Target Health Response Example is an example object payload from Amazon Elastic Load Balancing, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

targetHealthDescriptions

Example Payload

Raw ↑
{
  "targetHealthDescriptions": [
    {
      "target": {
        "id": {},
        "port": {}
      },
      "targetHealth": {
        "state": {},
        "reason": {},
        "description": {}
      }
    }
  ]
}