Client Connectivity Session Results
This enables to get the client connectivity session results for a particular session and client.
JSON Table
Attribute | Data Type | Description |
---|---|---|
attempts | ||
attempts/attemptId | ||
attempts/attemptResult | ||
attempts/attemptResult/basic | ||
attempts/attemptResult/basic/scanning | ||
attempts/attemptResult/basic/scanningStarted/result | ||
attempts/attemptResult/basic/scanningStarted/value | ||
attempts/attemptResult/basic/scanningStarted/errorCode | ||
attempts/attemptResult/basic/scanningStarted/valueDataType | ||
attempts/attemptResult/basic/association | ||
attempts/attemptResult/basic/association/assocReqSent | ||
attempts/attemptResult/basic/association/assocReqSent/result | ||
attempts/attemptResult/basic/association/assocReqSent/value | ||
attempts/attemptResult/basic/association/assocReqSent/errorCode | ||
attempts/attemptResult/basic/association/assocReqSent/valueDataType | ||
attempts/attemptResult/dhcp | ||
attempts/attemptResult/dhcp/dhcp | ||
attempts/attemptResult/dhcp/dhcp/dnsServerIp | ||
attempts/attemptResult/dhcp/dhcp/dnsServerIp/result | ||
attempts/attemptResult/dhcp/dhcp/dnsServerIp/value | ||
attempts/attemptResult/dhcp/dhcp/dnsServerIp/errorCode | ||
attempts/attemptResult/dhcp/dhcp/dnsServerIp/valueDataType | ||
attempts/attemptResult/dhcp/dhcp/dnsServerLatency | ||
attempts/attemptResult/dhcp/dhcp/dnsServerLatency/result | ||
attempts/attemptResult/dhcp/dhcp/dnsServerLatency/value | ||
attempts/attemptResult/dhcp/dhcp/dnsServerLatency/errorCode | ||
attempts/attemptResult/dhcp/dhcp/dnsServerLatency/valueDataType |
Copy Sample JSON
Sample JSON
[{ "attempts": [{ "attemptId": 1, "attemptResult": { "basic": { "scanning": [{ "scanningStarted": { "result": 0, "value": "0", "errorCode": null, "valueDataType": "STRING" } }], "association": [{ "assocReqSent": { "result": 1, "value": null, "errorCode": "failure error code", "valueDataType": "STRING" } }] }, "dhcp": { "dhcp": [{ "dnsServerIp": { "result": 0, "value": "4.4.4.4", "errorCode": null, "valueDataType": "STRING" }, "dnsServerLatency": { "result": 0, "value": "64", "errorCode": null, "valueDataType": "INT" } }, { "dnsServerLatency": { "result": 0, "value": "54", "errorCode": null, "valueDataType": "INT" } }] } } }]
API Calls
/V5/troubleshoot/clientconnectivity/sessions/{sessionId}