v1
latestOpenAPI 3.0.02026-07-243339471.1 MBClients
Get Client Details
This API endpoint retrieves detail of Client, based on the query parameters provided. Client detail includes clientName, status, ipv4, etc.
get/network-monitoring/v1/clients/{mac-address}
Path parameters
mac-addressstring const required
Example:05:50:35:a1:a0:01
MAC address of the Wireless/Wired Client to be queried
Response
Response schema for client details
Example response
{
"clientName": "Client1",
"status": "Connected",
"clientConnectionType": "Wireless",
"macAddress": "05:50:35:a1:a0:01",
"ipv4": "129.110.213.218",
"ipv6": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
"connectedDeviceSerial": "DTXC000001",
"connectedTo": "20:4c:03:a4:a4:28",
"wlanName": "wlan-00001",
"role": "wireless",
"vlanName": "100",
"vlanId": "100",
"tunnelType": "Overlay",
"connectedAt": "2025-07-10T08:09:17.419Z",
"keyManagement": "WPA2_PSK",
"authenticationType": "Captive Portal",
"clientCapabilities": "802.11ac",
"userName": "user",
"hostName": "13_B3_20_22_B0_04H",
"connectedDeviceType": "AP",
"wirelessSecurity": "WPA2-Enterprise",
"clientManufacturer": "Samsung",
"clientFunction": "Mobile",
"clientVendor": "Android",
"clientOperatingSystem": "Android",
"clientTags": "tag1",
"clientCategory": "Smart Device",
"siteName": "Site-1",
"wirelessBand": "5GHZ",
"bssid": "b8:3a:5a:47:29:41",
"radioMacAddress": "b8:3a:5a:46:ed:30",
"type": "network-monitoring/client-monitoring",
"id": "c8:b5:ad:c3:b2:04",
"snr": 42,
"mloOperMode": "MLO Disabled",
"phyType": "802.11a"
}