v1

latestOpenAPI 3.0.02026-07-243339471.1 MB
Site Health

Device health overview

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.

get/network-monitoring/v1/tenant-device-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-device-health",
  "deviceTypes": [
    {
      "name": "Switches",
      "health": {
        "groups": [
          {
            "name": "Poor",
            "value": 40
          }
        ]
      }
    }
  ]
}