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

# Device health overview

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

This API endpoint provides a health overview of devices categorized as poor, fair or good performing, for each device type (e.g. Switches, Gateways, Access Points) under the customer.

## Response `200`

Success

- TenantDeviceHealth
  - `id` string, required — Primary identifier for the resource.
  - `type` string, required — The type of the resource.
  - `deviceTypes` EntityNameHealth[], required
    - `name` string
    - `health` Health
      - `groups` GroupValue[]
        - `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)
