Actions
Traffic Policy actions enable you to modify the behavior of traffic flowing through your endpoints. The following actions are available for use on your endpoints:
Type | Description | Supported On |
---|---|---|
custom-response | Send back a pre-defined custom response to the client. | Inbound, Outbound |
deny | Reject incoming traffic to an endpoint. | Inbound |
jwt-validation | Validate JSON Web Tokens (JWT). | Inbound |
log | Emit an event with custom defined metadata. | Inbound, Outbound |
rate-limit | Rate limit traffic to your upstream servers. | Inbound |
url-rewrite | Transform request URLs using regex. | Inbound |