Amazon Global Accelerator · Example Payload

Global Accelerator Update Endpoint Group Request Example

AvailabilityCDNGlobalLoad BalancingNetworkingPerformance

Global Accelerator Update Endpoint Group Request Example is an example object payload from Amazon Global Accelerator, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

EndpointGroupArnEndpointConfigurationsTrafficDialPercentageHealthCheckPortHealthCheckProtocolHealthCheckPathHealthCheckIntervalSecondsThresholdCount

Example Payload

Raw ↑
{
  "EndpointGroupArn": "arn:aws:globalaccelerator::123456789012:accelerator/abc-123",
  "EndpointConfigurations": "example-EndpointConfigu",
  "TrafficDialPercentage": "example-TrafficDialPerc",
  "HealthCheckPort": "example-HealthCheckPort",
  "HealthCheckProtocol": "example-HealthCheckProt",
  "HealthCheckPath": "example-HealthCheckPath",
  "HealthCheckIntervalSeconds": "example-HealthCheckInte",
  "ThresholdCount": "example-ThresholdCount"
}