v1
latestOpenAPI 3.0.02026-07-243339471.1 MBSite 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
Example response
{
"id": "00001",
"type": "network-monitoring/tenant-client-health",
"clientTypes": [
{
"name": "Wireless",
"health": {
"groups": [
{
"name": "Fair",
"value": 4
}
]
}
}
]
}