Client Connectivity Sessions
Client connectivity sessions allows to impart information about the sessions that are connected to a client.
JSON Table
Attribute | Data Type | Description |
---|---|---|
sessionId | int | System generated integer value to identify Client Connectivity session. |
testProfileId | int | Profile ID of Client Connectivitiy test profile. |
targetAPMac | String | Mac Address of target AP on which test is to be executed. |
targetAPProtocol | enum | Protocol of target AP. |
targetClientMac | String | Mac Address of AP which will act as client in client connectivity test. |
startTime | long | Session start time in number of milliseconds. |
stopTime | long | Session stop time in number of milliseconds. |
sessionName | ||
sessionStatus | String | Possible values for session status :
|
ssid | String | SSID profile name. |
testProfileName | String | |
targetApName | String | Name of the target AP. |
testResult | boolean | |
failureReasonCode | int | Failure reason code set by the server |
scheduleId | int | Schedule id for which this session was started. |
clientName | String | Name of the client. |
targetApRssi | int | Signal strength observed by the client |
sessionType | enum | It Is used to determine if a Client connectivity test session is created manually or through a schedule. |
localStartTime | String | Local time with respect to location timezone at which this session was started. |
Copy Sample JSON
Sample JSON
{ "sessionId": 2, "testProfileId": 2, "targetAPMac": "00:11:74:F2:29:E0", "targetAPProtocol": "A", "targetClientMac": "00:11:74:40:2A:82", "startTime": 0, "stopTime": 0, "sessionName": "test name 2", "sessionStatus": "CL_CONNEC_NOT_STARTED", "ssid": "ssid", "testProfileName": "test profile 1", "targetApName": "Mojo_F2:29:E0", "clientName": "Mojo_40:2A:82", "targetApRssi": 3, "locationId": { "type": "locallocationid", "id": 0 }, "sessionType": "MANUAL", "scheduleId": 1, "localStartTime": "2017-06-04 12:23:24", "testResult": true, "failureReasonCode": 0 }
API Calls
/V5/troubleshoot/clientconnectivity/sessions
/V5/troubleshoot/clientconnectivity/sessions/{startIndex}/{pageSize}
/V5/troubleshoot/clientconnectivity/sessions/{sessionid}