[[${title}]]

E' stato rilevato un errore Sono stati rilevati [[${alerts.size()}]] errori durante l'integrazione con servizi esterni.

Request [[${alert.invocation.boot}]].[[${alert.invocation.id}]]

Upstream [[${alert.invocation.endpoint.upstream}]]

Endpoint [[${alert.invocation.endpoint.name}]]

Request

Method: [[${alert.request.method}]]
URI: [[${alert.request.uri}]]
Sent at: [[${alert.request.at}]]
Body: <empty>
[[${#bodies.abbreviated(alert.invocation, alert.request, 2048)}]]

Response

HTTP status: [[${response.status}]]
Content-Type: [[${response.headers.getContentType()}]]
Received at: [[${response.at}]]
Body:
[[${#bodies.abbreviated(alert.invocation, alert.response, 2048)}]]

Exception

At: [[${exception.at}]]
Message:
[[${exception.message}]]