List Kong upstreams
list_upstreamsList Kong Gateway upstreams to identify which backend pool a service maps to and which have health checks configured, including load-balancing algorithms.
Instructions
Lists the upstreams (load-balanced backend pools) configured in Kong.
USE WHEN: you need to know which upstream a service name refers to, or which upstreams have health checking configured at all.
RETURNS: upstreams with ref, name, algorithm and healthchecksConfigured.
LIMITATIONS: no targets and no health. Use check_upstream_health for one upstream.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum upstreams to return (default 25). |