v1
latestOpenAPI 3.0.02026-07-243339471.1 MBTopology
Returns isolated devices for the given site.
This API provides isolated devices for a specific site
get/network-monitoring/v1/isolated-devices/{site-id}
Path parameters
site-idstring const required
Example:123682
ID of the site for which details of isolated devices are requested.
Response
Success
Example response
{
"id": "00001",
"type": "IsolatedNodes",
"isolatedDevices": [
{
"serial": "SG99KN3030",
"mac": "88:3A:30:94:C3:40",
"name": "AP-01",
"health": "Good",
"type": "Access Point",
"neighbour": "SG99KN3001",
"model": "AP-515",
"deviceFunction": "Access Point",
"deployment": "Standalone",
"status": "Online",
"ipv4": "10.97.64.117",
"healthReason": "PORT_FLAPS_POOR",
"conductorSerial": "CNM8K9W55J",
"lastSeen": 1698796432000
}
]
}