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

# Get summary of gateway LAN tunnels health

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

Retrieves health summary of LAN tunnels present in the gateway.

## Path parameters

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

## Response `200`

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

- GatewayTunnelHealthSummaryResponse
  - `encapsulation` 'IPSec' | 'GRE' | 'vxlan' — Specifies the type of encapsulation used for the tunnel configured on the gateway.
  - `tunnelHealth` object — 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)
