{ "opencollection": "1.0.0", "info": { "name": "Envoy Proxy Admin Certificates Cluster Discovery API", "version": "1.38.0" }, "items": [ { "info": { "name": "Cluster Discovery", "type": "folder" }, "items": [ { "info": { "name": "Envoy Proxy Cluster Discovery Service (CDS)", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9901/v3/discovery:clusters", "body": { "type": "json", "data": "{}" } }, "docs": "Fetches cluster configuration from the management server. The Cluster Discovery Service (CDS) returns a set of dynamically discovered upstream clusters that Envoy should route traffic to. Each cluster defines how Envoy connects to a group of upstream hosts including load balancing policy, connection limits, circuit breaking thresholds, and health checking configuration." } ] } ], "bundled": true }