---
title: "Get summary of gateway WAN tunnel health"
method: GET
path: "/network-monitoring/v1/gateways/{serial-number}/wan-tunnels-health-summary"
tags: ["Gateways"]
---

# Get summary of gateway WAN tunnel health

`GET /network-monitoring/v1/gateways/{serial-number}/wan-tunnels-health-summary`

Retrieves health summary of WAN tunnels present in the gateway.

## Path parameters

- `serial-number` string, required — The gateway serial number.

## Response `200`

Object containing information about the WAN health summary of tunnels present in the gateway.

- GatewayWanTunnelHealthSummaryResponse
  - `health` 'Good' | 'Fair' | 'Poor', required — The cumulative health of the tunnel.
  - `healthReasons` 'TUNNEL_STATUS' | 'TUNNEL_ENCAPSULATION' | 'TUNNEL_AUTHENTICATION' | 'TUNNEL_ENCRYPTION', required — The reason for the current health of the tunnel.
  - `tunnelHealth` object, required — Tunnel health summary of gateway.
    - `good` integer — The number of tunnels that are of good health.
    - `fair` integer — The number of tunnels that are of fair health.
    - `poor` integer — The number of tunnels that are of poor health.
  - `id` string, required — Primary identifier for the resource.
  - `type` string, required — The type of the resource.

## Other responses

- `400` — Invalid input received.
- `401` — Unauthorized. Authentication credentials are required or invalid.
- `403` — Forbidden: Access is denied.
- `404` — Not Found error.
- `429` — Too Many Requests. The user has sent too many requests in a given amount of time.
- `500` — Internal Server Error. An unexpected error occurred on the server.

---

[API](https://skmtc.net/arubanetworks/apis/authorization.md) · [All operations](https://skmtc.net/arubanetworks/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arubanetworks/authorization/revisions/74c95058b11f/schema)
