v1

latestOpenAPI 3.0.02026-07-243339471.1 MB
Site Health

Client health overview

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.

get/network-monitoring/v1/tenant-client-health

Response

Success

idstring required

Primary identifier for the resource.

typestring required

The type of the resource.

Example response

{
  "id": "00001",
  "type": "network-monitoring/tenant-client-health",
  "clientTypes": [
    {
      "name": "Wireless",
      "health": {
        "groups": [
          {
            "name": "Fair",
            "value": 4
          }
        ]
      }
    }
  ]
}