NGINX · Capability
NGINX Plus REST API — HTTP Upstreams
NGINX Plus REST API — HTTP Upstreams. 8 operations. Lead operation: NGINX Return Status of All HTTP Upstream Server Groups. Self-contained Naftiko capability covering one Nginx business surface.
What You Can Do
GET
Gethttpupstreams
— NGINX Return Status of All HTTP Upstream Server Groups
/v1/http/upstreams
GET
Gethttpupstreamname
— NGINX Return Status of an HTTP Upstream Server Group
/v1/http/upstreams/{httpupstreamname}
DELETE
Deletehttpupstreamstat
— NGINX Reset Statistics of an HTTP Upstream Server Group
/v1/http/upstreams/{httpupstreamname}
GET
Gethttpupstreamservers
— NGINX Return Configuration of All Servers in an HTTP Upstream Server Group
/v1/http/upstreams/{httpupstreamname}/servers
POST
Posthttpupstreamserver
— NGINX Add a Server to an HTTP Upstream Server Group
/v1/http/upstreams/{httpupstreamname}/servers
GET
Gethttpupstreampeer
— NGINX Return Configuration of a Server in an HTTP Upstream Server Group
/v1/http/upstreams/{httpupstreamname}/servers/{httpupstreamserverid}
PATCH
Patchhttpupstreampeer
— NGINX Modify a Server in an HTTP Upstream Server Group
/v1/http/upstreams/{httpupstreamname}/servers/{httpupstreamserverid}
DELETE
Deletehttpupstreamserver
— NGINX Remove a Server from an HTTP Upstream Server Group
/v1/http/upstreams/{httpupstreamname}/servers/{httpupstreamserverid}
MCP Tools
nginx-return-status-all-http
NGINX Return Status of All HTTP Upstream Server Groups
read-only
idempotent
nginx-return-status-http-upstream
NGINX Return Status of an HTTP Upstream Server Group
read-only
idempotent
nginx-reset-statistics-http-upstream
NGINX Reset Statistics of an HTTP Upstream Server Group
idempotent
nginx-return-configuration-all-servers
NGINX Return Configuration of All Servers in an HTTP Upstream Server Group
read-only
idempotent
nginx-add-server-http-upstream
NGINX Add a Server to an HTTP Upstream Server Group
nginx-return-configuration-server-http
NGINX Return Configuration of a Server in an HTTP Upstream Server Group
read-only
idempotent
nginx-modify-server-http-upstream
NGINX Modify a Server in an HTTP Upstream Server Group
idempotent
nginx-remove-server-http-upstream
NGINX Remove a Server from an HTTP Upstream Server Group
idempotent