---
title: "List of sites with client health"
method: GET
path: "/network-monitoring/v1/sites-client-health"
tags: ["Site Health"]
---

# List of sites with client health

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

This API returns a list of sites with the number of poor, fair and good health clients, categorized as wired and wireless for each site.

## Query parameters

- `limit` integer — Specifies the number of sites to be returned per request. Maximum limit per request is 1000.
- `offset` integer — Defines the starting point for the set of sites to be returned. Number of sites to skip before starting to collect the result set.
- `filter` string, const
- `sort` string, const

## Response `200`

Success

- SitesClientHealth
  - `items` object[], required
    - `id` string, required — Primary identifier for the resource.
    - `type` string, required — The type of the resource.
    - `siteName` string, required — Name of the Site.
    - `clientTypes` ClientTypesHealth[], required
      - `name` string
      - `health` object
        - `groups` object[]
          - `name` string
          - `value` integer
  - `count` integer, required — Number of items in the response.
  - `total` integer, required — Specifies the total number of sites available for a given customer.
  - `response` Responsesite, required
    - `status` string — The status of the API response, indicating success or failure.
    - `code` string
    - `message` string — A message providing details about the result of the API request.
  - `offset` integer, required — Defines the starting point for the set of sites to be returned. Number of sites to skip before starting to collect the result set.

## 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)
