Ambassador · Example Payload

Ambassador Circuit Breaker Example

API DevelopmentGatewaysIngressKubernetesMock ServersMocksPlatformTesting

Ambassador Circuit Breaker Example is an example object payload from Ambassador, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

prioritymax_connectionsmax_pending_requestsmax_requestsmax_retries

Example Payload

Raw ↑
{
  "priority": "example_value",
  "max_connections": 10,
  "max_pending_requests": 10,
  "max_requests": 10,
  "max_retries": 10
}