- Would like to extract the location data for any client or RFID tag from my Prime Infrastructure Server.
If you use the synchronization services with MSE and WLC in PI server, the MSE 8.0 REST API resources are available to track RFID tag locations, see Cisco Mobility Services Engine REST API Guide, Release 8.0 - Cisco
I would have to look up how to do it in PI, see Cisco Prime Infrastructure - Programming Guides - Cisco
In MSE REST API
With ID
GET http(s)://<MSE IPADDRESS>/api/contextaware/v1/location/<clients|tags|rogueaps|rogueclients|interferers>/$id
With Query Conditions
GET http(s)://<MSE IPADDRESS>/api/contextaware/v1/location/<clients|tags|rogueaps|rogueclients|interferers>/?
QUERY PARAMETERS
Parameter | Description |
---|---|
id | Macaddress (all), IP Address (client) or Username (client) - optional |
QUERY CONDITIONS
Parameter | Description |
---|---|
mapHierarchy | String containing campus>building>floor |
currentlyTracked | Boolean if client is currently found by the MSE |
locatedAfterTime | Timestamp |
locatedBeforeTime | Timestamp |
sortBy | String parameter:<asc |
page | Integer |
pageSize | Integer (default 5000) |
dot11Status | String [“UNKNOWN”, “ASSOCIATED”, “PROBING”] - wireless client only |
associatedApMac | String of AP MAC address - wireless client only |
ssid | string of ssid - wireless client only |
- Was originally thinking PI was the way to go as what telemetry we extract needs to at least relate to a map or grid ref.
- As MSE seems to perform the tracking but PI overlays that to a map thought that was where we needed to look.
Comments
0 comments
Please sign in to leave a comment.