---
title: "Client health overview"
method: GET
path: "/network-monitoring/v1/tenant-client-health"
tags: ["Site Health"]
---

# Client health overview

`GET /network-monitoring/v1/tenant-client-health`

This API endpoint provides a health overview of connected clients - categorized as poor, fair or good performing, for each client type (e.g. Wired, Wireless) under the customer.

## Response `200`

Success

- TenantClientHealth
  - `id` string, required — Primary identifier for the resource.
  - `type` string, required — The type of the resource.
  - `clientTypes` ClientTypesHealth[], required
    - `name` string
    - `health` object
      - `groups` object[]
        - `name` string
        - `value` integer

## Other responses

- `400` — Invalid input received.
- `401` — Unauthorized. Authentication credentials are required or invalid.
- `403` — Forbidden: Access is denied.
- `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)
