v1
latestOpenAPI 3.0.02026-07-243339471.1 MBSite 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
Example response
{
"id": "00001",
"type": "network-monitoring/tenant-device-health",
"deviceTypes": [
{
"name": "Switches",
"health": {
"groups": [
{
"name": "Poor",
"value": 40
}
]
}
}
]
}