Actuator API

The /gateway actuator endpoint lets you monitor and interact with a Spring Cloud Gateway application. To be remotely accessible, the endpoint has to be enabled and exposed over HTTP or JMX in the application properties. The following listing shows how to do so:

Example 1. application.properties
management.endpoint.gateway.enabled=true # default value
management.endpoints.web.exposure.include=gateway