getSiteRoamingEvents
GET https://{{host}}/api/v1/sites/:site_id/events/fast_roam
#### Query Parameter Parameter|Type|Description :-------------: |:-------------: |:-------------: type|string|success / fail / none
Response Parameter
Parameter | Type | Description |
---|---|---|
timestamp | string | timestamp of the event in nsec |
type | string | success / fail / none / poor/ pingpong / slow |
next | string | the link to query next set of results. value is null if no next page exists. |
Note: * success: List of successful 11R events. * fail: List of failed 11R events. * none: List of roams where Clients that are capable of doing fast roam did a slow roam on a SSID where fast roam is enabled. * slow: List of roams on a SSID where there is no fast roaming enabled.
RESPONSES
status: OK
{"start":1500940800,"next":"/api/v1/sites/dca0a44b-324c-11e6-a776-0243ad110007/events/fast_roam?type=success\u0026start=1428939600\u0026end=1428949600\u0026limit=200\u0026token=AAAAEgAIAAVVJh4hF8AAAARzc2lkAH%2F%2F%2F%2F0%3D","end":1501023379,"limit":2,"results":[{"latency":0.1874195,"ssid":"marvis_test","subtype":"CLIENT_AUTHENTICATED_11R","timestamp":1501000002283782,"ap_mac":"5c5b350e040b","fromap":"5c5b350e0569","client_mac":"dc2b2a3fb13d"}]}