---
title: "Get summary of cluster tunnel status"
method: GET
path: "/network-monitoring/v1/clusters/{cluster-name}/tunnels-status-summary"
tags: ["Gateways"]
---

# Get summary of cluster tunnel status

`GET /network-monitoring/v1/clusters/{cluster-name}/tunnels-status-summary`

Retrieves the count of inter-gateway tunnels (tunnels in-between gateways in a cluster) that are Up and Down in a gateway-cluster.

## Path parameters

- `cluster-name` string, const, required — The name of the cluster to which the device belongs. If the device is not part of any cluster then the cluster name will be null.

## Response `200`

Object containing the count of inter-gateway tunnels that are Up and Down in a gateway-cluster.

- ClusterTunnelStatusSummaryResponse
  - `up` integer — The number of tunnels that are Up.
  - `down` integer — The number of tunnels that are Down.
  - `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)
