Return The Client Associated With The Given Identifier
GET {{baseUrl}}/networks/:networkId/clients/:clientId
Return the client associated with the given identifier. Clients can be identified by a client key or either the MAC or IP depending on whether the network uses Track-by-IP.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null |
RESPONSES
status: OK
{"id":"k74272e","description":"Miles's phone","mac":"22:33:44:55:66:77","ip":"1.2.3.4","user":"null","vlan":"255","switchport":null,"ip6":"","firstSeen":1518365681,"lastSeen":1526087474,"manufacturer":"Apple","os":"iOS","ssid":"My SSID","wirelessCapabilities":"802.11ac - 2.4 and 5 GHz","smInstalled":true,"recentDeviceMac":"00:11:22:33:44:55","clientVpnConnections":[{"remoteIp":"1.2.3.4","connectedAt":1522613355,"disconnectedAt":1522613360}],"lldp":[["System name","Some system name"],["System description","Some system description"],["Port ID","1"],["Chassis ID","00:18:0a:00:00:00"],["Port description","eth0"],["System capabilities","Two-port MAC Relay"]],"cdp":null,"status":"Online"}